TypeIdentifierAttribute.Scope プロパティ

定義

TypeIdentifierAttribute(String, String) コンストラクターに渡された scope パラメーターの値を取得します。

public:
 property System::String ^ Scope { System::String ^ get(); };
public string Scope { get; }
public string? Scope { get; }
member this.Scope : string
Public ReadOnly Property Scope As String

プロパティ値

コンストラクターの scope パラメーターの値。

適用対象