ItemContainerTemplateKey Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ItemContainerTemplateKey class.
Overloads
ItemContainerTemplateKey() |
Initializes a new instance of the ItemContainerTemplateKey class. |
ItemContainerTemplateKey(Object) |
Initializes a new instance of the ItemContainerTemplateKey class with the specified data type. |
ItemContainerTemplateKey()
Initializes a new instance of the ItemContainerTemplateKey class.
public:
ItemContainerTemplateKey();
public ItemContainerTemplateKey ();
Public Sub New ()
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.
Applies to
ItemContainerTemplateKey(Object)
Initializes a new instance of the ItemContainerTemplateKey class with the specified data type.
public:
ItemContainerTemplateKey(System::Object ^ dataType);
public ItemContainerTemplateKey (object dataType);
new System.Windows.Controls.ItemContainerTemplateKey : obj -> System.Windows.Controls.ItemContainerTemplateKey
Public Sub New (dataType As Object)
Parameters
- dataType
- Object
The type for which this template is designed.