EventIdentifier.DeclaringTypeIdentifier Property
Gets the type identifier for the type that declares the event.
Namespace: Microsoft.Windows.Design.Metadata
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public ReadOnly Property DeclaringTypeIdentifier As TypeIdentifier
Get
public TypeIdentifier DeclaringTypeIdentifier { get; }
public:
property TypeIdentifier DeclaringTypeIdentifier {
TypeIdentifier get ();
}
member DeclaringTypeIdentifier : TypeIdentifier
function get DeclaringTypeIdentifier () : TypeIdentifier
Property Value
Type: Microsoft.Windows.Design.Metadata.TypeIdentifier
A type identifier for the type that declares the event.
.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.