Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets a Type that provides a list of examples in an asset toolbox that references the associated Type.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
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)
Property Value
Type: System.Type
A Type that provides a list of examples in an asset toolbox that references the associated Type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.