次の方法で共有


MapMember.IsStatic プロパティ

定義

メンバーが静的メンバーであるかどうかを示す Boolean 値を取得します。

public:
 virtual property bool IsStatic { bool get(); };
public override bool IsStatic { get; }
member this.IsStatic : bool
Public Overrides ReadOnly Property IsStatic As Boolean

プロパティ値

メンバーが静的メンバーである場合は true、それ以外の場合は false を返します。

適用対象