IVsDebuggableProjectCfg.get_CanonicalName – metoda (String)
Kanonický název konfigurace s vrátí.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
int get_CanonicalName(
out string pbstrCanonicalName
)
int get_CanonicalName(
[OutAttribute] String^% pbstrCanonicalName
)
abstract get_CanonicalName :
pbstrCanonicalName:string byref -> int
Function get_CanonicalName (
<OutAttribute> ByRef pbstrCanonicalName As String
) As Integer
Parametry
- pbstrCanonicalName
[výstup] Kanonický název konfigurace jako ladění nebo uvolnění ukazatele.
Vrácená hodnota
Type: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.
Implementuje
IVsProjectCfg.get_CanonicalName(String)
Poznámky
Podpis COM
Z vsshell.idl:
HRESULT IVsDebuggableProjectCfg::get_CanonicalName(
[out] BSTR *pbstrCanonicalName
);
Viz také
IVsDebuggableProjectCfg – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek