VCCodeDelegate.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
类型:String必选。 要在此类型的沿袭中搜索的类型。
属性值
类型:Boolean
如果对象有另一个对象作为其基对象,则为 true,否则为 false。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。
请参阅
参考
Microsoft.VisualStudio.VCCodeModel 命名空间