ProjectNode.BaseURI Property

Gets the Base Uniform Resource Identifier (URI).

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

Syntax

'宣言
Public ReadOnly Property BaseURI As Url
'使用
Dim instance As ProjectNode
Dim value As Url

value = instance.BaseURI
public Url BaseURI { get; }
public:
property Url^ BaseURI {
    Url^ get ();
}
public function get BaseURI () : Url

Property Value

Type: Microsoft.VisualStudio.Shell.Url

Returns the base URI of the MSBuild project file.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace