ToolboxItemAttribute.ToolboxItemTypeName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置当前 ToolboxItem类型的名称。
public:
property System::String ^ ToolboxItemTypeName { System::String ^ get(); };
[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)]
public string ToolboxItemTypeName { get; }
public string ToolboxItemTypeName { get; }
[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)>]
member this.ToolboxItemTypeName : string
member this.ToolboxItemTypeName : string
Public ReadOnly Property ToolboxItemTypeName As String
属性值
当前工具箱项的完全限定类型名称。
- 属性