TypeDelegator.Namespace プロパティ

定義

実装されている型の名前空間を取得します。

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の の名前空間を含む文字列を取得します。 たとえば、 が のTypeDelegatorTypeFilter場合、返される名前空間は ですSystem.Reflection

適用対象