ItemContainerTemplateKey Constructor
Initializes a new instance of the ItemContainerTemplateKey class.
Namespace: Microsoft.Windows.Controls
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Sub New
public ItemContainerTemplateKey()
public:
ItemContainerTemplateKey()
new : unit -> ItemContainerTemplateKey
public function ItemContainerTemplateKey()
Remarks
When the ItemContainerTemplateKey is initialized without a dataType parameter (for example, when set in XAML), you must set the value of the DataType property.
.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