Metoda IVsDebuggableProjectCfg.get_CanonicalName — (String)
Zwraca nazwę kanoniczną konfiguracji.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
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
Type: System.String[out] Wskaźnik do nazwy kanonicznej konfiguracji, takich jak debugowanie lub wydanie.
Wartość zwracana
Type: System.Int32
Jeśli metoda zakończy się pomyślnie, zwraca S_OK. Jeśli nie, zwraca kod błędu.
Implementuje
IVsProjectCfg.get_CanonicalName(String)
Uwagi
Podpis COM
Z vsshell.idl:
HRESULT IVsDebuggableProjectCfg::get_CanonicalName(
[out] BSTR *pbstrCanonicalName
);
Zobacz też
Interfejs IVsDebuggableProjectCfg
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku