ItemContainerTemplateKey Constructors

Definition

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.

Applies to