Share via


IVsProjectCfgDebugTypeSelection.GetDebugTypeName Method

Gets the localized debug type name from the debug type.

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

Syntax

'Declaration
Sub GetDebugTypeName ( _
    bstrDebugType As String, _
    <OutAttribute> ByRef pbstrDebugTypeName As String _
)
void GetDebugTypeName(
    string bstrDebugType,
    out string pbstrDebugTypeName
)
void GetDebugTypeName(
    [InAttribute] String^ bstrDebugType, 
    [OutAttribute] String^% pbstrDebugTypeName
)
abstract GetDebugTypeName : 
        bstrDebugType:string * 
        pbstrDebugTypeName:string byref -> unit
function GetDebugTypeName(
    bstrDebugType : String, 
    pbstrDebugTypeName : String
)

Parameters

  • bstrDebugType
    Type: System.String

    [in] The debug type from which to retrieve the debug type name.

  • pbstrDebugTypeName
    Type: System.String%

    [out] The debug type name.

.NET Framework Security

See Also

Reference

IVsProjectCfgDebugTypeSelection Interface

Microsoft.VisualStudio.Shell.Interop Namespace