共用方式為


ToolboxExampleAttribute.ToolboxExampleFactoryType 屬性

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

取得 Type,這個項目提供資產工具箱中參考相關聯 Type 之範例的清單。

命名空間:  Microsoft.Windows.Design
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Property ToolboxExampleFactoryType As Type
    Get
    Private Set
public Type ToolboxExampleFactoryType { get; private set; }
public:
property Type^ ToolboxExampleFactoryType {
    Type^ get ();
    private: void set (Type^ value);
}
member ToolboxExampleFactoryType : Type with get, private set
function get ToolboxExampleFactoryType () : Type
private function set ToolboxExampleFactoryType (value : Type)

屬性值

型別:System.Type
Type ,提供資產工具箱中參考相關聯 Type 之範例的清單。

.NET Framework 安全性

請參閱

參考

ToolboxExampleAttribute 類別

Microsoft.Windows.Design 命名空間

IToolboxExampleFactory

IToolboxExample