Share via


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

See Also

Reference

EventIdentifier Structure

Microsoft.Windows.Design.Metadata Namespace