Dela via


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

See Also

Reference

ItemContainerTemplateKey Class

ItemContainerTemplateKey Overload

Microsoft.Windows.Controls Namespace