IVsBuildManagerAccessor.Escape Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

‘선언
Function Escape ( _
    pwszUnescapedValue As String, _
    <OutAttribute> ByRef pbstrEscapedValue As String _
) As Integer
‘사용 방법
Dim instance As IVsBuildManagerAccessor
Dim pwszUnescapedValue As String
Dim pbstrEscapedValue As String
Dim returnValue As Integer

returnValue = instance.Escape(pwszUnescapedValue, _
    pbstrEscapedValue)
int Escape(
    string pwszUnescapedValue,
    out string pbstrEscapedValue
)
int Escape(
    [InAttribute] String^ pwszUnescapedValue, 
    [OutAttribute] String^% pbstrEscapedValue
)
abstract Escape : 
        pwszUnescapedValue:string * 
        pbstrEscapedValue:string byref -> int 
function Escape(
    pwszUnescapedValue : String, 
    pbstrEscapedValue : String
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsBuildManagerAccessor Interface

IVsBuildManagerAccessor Members

Microsoft.VisualStudio.Shell.Interop Namespace