Sdílet prostřednictvím


IVsDesignerInfo.get_DesignerTechnology – metoda (String)

 

Získá technologie návrháře.

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop.10.0 (v Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntaxe

int get_DesignerTechnology(
    out string pbstrTechnology
)
int get_DesignerTechnology(
    [OutAttribute] String^% pbstrTechnology
)
abstract get_DesignerTechnology : 
        pbstrTechnology:string byref -> int
Function get_DesignerTechnology (
    <OutAttribute> ByRef pbstrTechnology As String
) As Integer

Parametry

  • pbstrTechnology
    [výstup] Název technologie.

Vrácená hodnota

Type: System.Int32

Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.

Viz také

IVsDesignerInfo – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek