VCCodeStruct.IsDerivedFrom 屬性

取得值,表示物件是否以另一個物件為基底。

命名空間:  Microsoft.VisualStudio.VCCodeModel
組件:  Microsoft.VisualStudio.VCCodeModel (在 Microsoft.VisualStudio.VCCodeModel.dll 中)

語法

'宣告
ReadOnly Property IsDerivedFrom ( _
    FullName As String _
) As Boolean
bool this[
    string FullName
] { get; }
property bool IsDerivedFrom[String^ FullName] {
    bool get (String^ FullName);
}
abstract IsDerivedFrom : 
        FullName:string -> bool with get
JScript 不支援索引屬性。

參數

  • FullName
    型別:System.String
    必要項。要在這個型別世系中搜尋的型別。

屬性值

型別:System.Boolean
如果某個物件有另一個物件當做基底,則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

VCCodeStruct 介面

Microsoft.VisualStudio.VCCodeModel 命名空間

其他資源

HOW TO:編譯和執行 Automation 物件模型程式碼範例