DataTemplateKey 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
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.