ItemContainerTemplateKey Constructor (Object)
Initializes a new instance of the ItemContainerTemplateKey class with the specified data type.
Namespace: Microsoft.Windows.Controls
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Sub New ( _
dataType As Object _
)
public ItemContainerTemplateKey(
Object dataType
)
public:
ItemContainerTemplateKey(
Object^ dataType
)
new :
dataType:Object -> ItemContainerTemplateKey
public function ItemContainerTemplateKey(
dataType : Object
)
Parameters
- dataType
Type: System.Object
The type for which this template is designed.
.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.
See Also
Reference
ItemContainerTemplateKey Class