DataTemplateKey Constructors

Definition

Overloads

DataTemplateKey()

Initializes a new instance of the DataTemplateKey class.

DataTemplateKey(Object)

Initializes a new instance of the DataTemplateKey class with the specified type.

DataTemplateKey()

Initializes a new instance of the DataTemplateKey class.

public:
 DataTemplateKey();
 DataTemplateKey();
public DataTemplateKey();
function DataTemplateKey()
Public Sub New ()

See also

Applies to

DataTemplateKey(Object)

Initializes a new instance of the DataTemplateKey class with the specified type.

public:
 DataTemplateKey(Platform::Object ^ dataType);
 DataTemplateKey(IInspectable const& dataType);
public DataTemplateKey(object dataType);
function DataTemplateKey(dataType)
Public Sub New (dataType As Object)

Parameters

dataType
Object

Platform::Object

IInspectable

The type for which this template is designed.

Applies to