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.
Overloads
ItemContainerTemplateKey() | |
ItemContainerTemplateKey(Object) |
ItemContainerTemplateKey()
public:
ItemContainerTemplateKey();
public ItemContainerTemplateKey ();
Public Sub New ()
Applies to
ItemContainerTemplateKey(Object)
public:
ItemContainerTemplateKey(System::Object ^ dataType);
public ItemContainerTemplateKey (object dataType);
new Microsoft.Windows.Controls.ItemContainerTemplateKey : obj -> Microsoft.Windows.Controls.ItemContainerTemplateKey
Public Sub New (dataType As Object)
Parameters
- dataType
- Object