OAReferenceBase<RefType>.Path Property

Gets the path of the reference.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable ReadOnly Property Path As String
'使用
Dim instance As OAReferenceBase
Dim value As String

value = instance.Path
public virtual string Path { get; }
public:
virtual property String^ Path {
    String^ get ();
}
public function get Path () : String

Property Value

Type: System.String

The absolute path of the file represented by the ReferenceNode.

Implements

Reference.Path

Permissions

See Also

Reference

OAReferenceBase<RefType> Class

OAReferenceBase<RefType> Members

Microsoft.VisualStudio.Package.Automation Namespace