VCCodeEnum.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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.VCCodeModel 命名空間