OAReferenceBase<RefType>.BaseReferenceNode Property

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

See Also

Reference

OAReferenceBase<RefType> Class

OAReferenceBase<RefType> Members

Microsoft.VisualStudio.Package.Automation Namespace