Partilhar via


Método IVsDesignerInfo.get_DesignerTechnology (String)

 

Obtém a tecnologia do designer.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Sintaxe

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

Parâmetros

  • pbstrTechnology
    [out] O nome da tecnologia.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Consulte também

Interface IVsDesignerInfo
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo