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