ItemContainerTemplateKey Class
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.
Provides a resource key for an ItemContainerTemplate object.
public ref class ItemContainerTemplateKey : System::Windows::TemplateKey
public class ItemContainerTemplateKey : System.Windows.TemplateKey
type ItemContainerTemplateKey = class
inherit TemplateKey
Public Class ItemContainerTemplateKey
Inherits TemplateKey
- Inheritance
Constructors
ItemContainerTemplateKey() |
Initializes a new instance of the ItemContainerTemplateKey class. |
ItemContainerTemplateKey(Object) |
Initializes a new instance of the ItemContainerTemplateKey class with the specified data type. |
Properties
Assembly |
Gets or sets the assembly that contains the template definition. (Inherited from TemplateKey) |
DataType |
Gets or sets the type for which the template is designed. (Inherited from TemplateKey) |
Methods
Equals(Object) |
Returns a value that indicates whether the given instance is identical to this instance of TemplateKey. (Inherited from TemplateKey) |
GetHashCode() |
Returns the hash code for this instance of TemplateKey. (Inherited from TemplateKey) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ProvideValue(IServiceProvider) |
Returns this ResourceKey. Instances of this class are typically used as a key in a dictionary. (Inherited from ResourceKey) |
ToString() |
Returns a string representation of this TemplateKey. (Inherited from TemplateKey) |
Explicit Interface Implementations
ISupportInitialize.BeginInit() |
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. (Inherited from TemplateKey) |
ISupportInitialize.EndInit() |
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. (Inherited from TemplateKey) |