Compartilhar via


Propriedade EventIdentifier.DeclaringType

Obtém o tipo que declara a este evento, se ele foi definido no construtor.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (em Microsoft.Windows.Design.Extensibility.dll)

Sintaxe

'Declaração
Public ReadOnly Property DeclaringType As Type
    Get
public Type DeclaringType { get; }
public:
property Type^ DeclaringType {
    Type^ get ();
}
member DeclaringType : Type
function get DeclaringType () : Type

Valor de propriedade

Tipo: System.Type
Um tipo que declara o evento, ou nulluma referência nula (Nothing no Visual Basic) se o identificador de evento foi criado usando um TypeIdentifier.

Segurança do .NET Framework

Consulte também

Referência

EventIdentifier Estrutura

Namespace Microsoft.Windows.Design.Metadata