VCCodeEnum.IsDerivedFrom プロパティ

オブジェクトが他のオブジェクトをベースにしているかどうかを示す値を取得します。

名前空間 :  Microsoft.VisualStudio.VCCodeModel
アセンブリ :  Microsoft.VisualStudio.VCCodeModel (Microsoft.VisualStudio.VCCodeModel.dll 内)

構文

'宣言
ReadOnly Property IsDerivedFrom ( _
    FullName As String _
) As Boolean
'使用
Dim instance As VCCodeEnum
Dim FullName As String
Dim value As Boolean

value = instance.IsDerivedFrom(FullName)
bool IsDerivedFrom[
    string FullName
] { get; }
property bool IsDerivedFrom[String^ FullName] {
    bool get (String^ FullName);
}
JScript では、インデックス付きプロパティはサポートされません。

パラメータ

  • FullName
    型 : System.String

    必ず指定します。この型の階層で検索する型。

プロパティ値

型 : System.Boolean

オブジェクトが他のオブジェクトをベースにしている場合は true、それ以外の場合は false です。

アクセス許可

  • 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

概念

方法 : オートメーション オブジェクト モデルのコード例をコンパイルおよび実行する

参照

VCCodeEnum インターフェイス

VCCodeEnum メンバ

Microsoft.VisualStudio.VCCodeModel 名前空間