Returns a configuration's root URL for its output items.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function get_RootURL ( _
<OutAttribute> ByRef root As String _
) As Integer
'使用
Dim instance As ProjectConfig
Dim root As String
Dim returnValue As Integer
returnValue = instance.get_RootURL(root)
public virtual int get_RootURL(
out string root
)
public:
virtual int get_RootURL(
[OutAttribute] String^% root
)
public function get_RootURL(
root : String
) : int
Parameters
root
Type: System.String%[out] The root URL for the configuration's output items.
Return Value
Type: System.Int32
S_OK if the method succeeds, otherwise an error code.
Implements
IVsProjectCfg2.get_RootURL(String%)
IVsDebuggableProjectCfg.get_RootURL(String%)
IVsProjectCfg.get_RootURL(String%)
Remarks
The convention is that paths to items in the local file system begin with these eight characters: 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.