VCCodeStruct.IsDerivedFrom Property
Gets a value indicating whether an object has another object as a base.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Декларация
ReadOnly Property IsDerivedFrom ( _
FullName As String _
) As Boolean
Get
bool this[
string FullName
] { get; }
property bool IsDerivedFrom[String^ FullName] {
bool get (String^ FullName);
}
abstract IsDerivedFrom : bool
JScript does not support indexed properties.
Parameters
- FullName
Type: System.String
Required. The type to search for in the lineage of this type.
Property Value
Type: System.Boolean
true if an object has another object as a base; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.VCCodeModel Namespace
Other Resources
How to: Compile and Run the Automation Object Model Code Examples