TypeDefinition.NamespaceDefinition Propriedade

Definição

Obtém o identificador de definição do namespace em que o tipo é definido.Gets the definition handle of the namespace where the type is defined.

public:
 property System::Reflection::Metadata::NamespaceDefinitionHandle NamespaceDefinition { System::Reflection::Metadata::NamespaceDefinitionHandle get(); };
public System.Reflection.Metadata.NamespaceDefinitionHandle NamespaceDefinition { get; }
member this.NamespaceDefinition : System.Reflection.Metadata.NamespaceDefinitionHandle
Public ReadOnly Property NamespaceDefinition As NamespaceDefinitionHandle

Valor da propriedade

NamespaceDefinitionHandle

O identificador de definição do namespace em que o tipo é definido ou um identificador cuja IsNil propriedade é true se o tipo é aninhado ou definido em um namespace raiz.The definition handle of the namespace where the type is defined, or a handle whose IsNil property is true if the type is nested or defined in a root namespace.

Aplica-se a