NamePropertyIdentity.Instance Field
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An instance of the name property identity to use.
Namespace: Microsoft.Windows.Design.Documents.Identities
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Shared ReadOnly Instance As NamePropertyIdentity
'Usage
Dim value As NamePropertyIdentity
value = NamePropertyIdentity.Instance
public static readonly NamePropertyIdentity Instance
public:
static initonly NamePropertyIdentity^ Instance
public static final var Instance : NamePropertyIdentity
Remarks
All instances of NamePropertyIdentity are immutable and when compared are equal. Therefore, instead of creating instances, a single unique instance is sufficient.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Documents.Identities Namespace