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
- 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.