TypeDelegator.Namespace 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得實作型別的命名空間。
public:
virtual property System::String ^ Namespace { System::String ^ get(); };
public override string? Namespace { get; }
public override string Namespace { get; }
member this.Namespace : string
Public Overrides ReadOnly Property Namespace As String
屬性值
String
包含型別的命名空間。
備註
這個屬性會取得字串,其中包含目前 TypeDelegator
的命名空間。 例如,如果 TypeDelegator
為 TypeFilter,則傳回的命名空間為 System.Reflection。