Gets the subtype of ReferenceNode with which this node was constructed.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected ReadOnly Property BaseReferenceNode As RefType
'使用
Dim value As RefType
value = Me.BaseReferenceNode
protected RefType BaseReferenceNode { get; }
protected:
property RefType BaseReferenceNode {
RefType get ();
}
protected function get BaseReferenceNode () : RefType
Property Value
Type: RefType
ReferenceNode or one of its subtypes.
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
Reference
OAReferenceBase<RefType> Class