ProjectConfig.get_VirtualRoot Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Overridable Function get_VirtualRoot ( _
<OutAttribute> ByRef pbstrVRoot As String _
) As Integer
public virtual int get_VirtualRoot(
out string pbstrVRoot
)
public:
virtual int get_VirtualRoot(
[OutAttribute] String^% pbstrVRoot
)
abstract get_VirtualRoot :
pbstrVRoot:string byref -> int
override get_VirtualRoot :
pbstrVRoot:string byref -> int
public function get_VirtualRoot(
pbstrVRoot : String
) : int
Parameters
- pbstrVRoot
Type: System.String%
Return Value
Type: System.Int32
Implements
IVsProjectCfg2.get_VirtualRoot(String%)
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace