VCCodeUnion.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
用法
Dim instance As VCCodeUnion
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 does not support indexed properties.
Parameters
FullName
Type: System.StringRequired. 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, false if otherwise.
Permissions
- 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
Concepts
How to: Compile and Run the Automation Object Model Code Examples