Estrutura VSCOMPONENTSELECTORTABINIT

 

Publicado: abril de 2016

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

Sintaxe

public struct VSCOMPONENTSELECTORTABINIT
public value struct VSCOMPONENTSELECTORTABINIT
[<Sealed>]
type VSCOMPONENTSELECTORTABINIT = struct end
Public Structure VSCOMPONENTSELECTORTABINIT

Métodos

Nome Descrição
System_CAPS_pubmethod Equals(Object)

(herdado de ValueType.)

System_CAPS_pubmethod GetHashCode()

(herdado de ValueType.)

System_CAPS_pubmethod GetType()

(herdado de Object.)

System_CAPS_pubmethod ToString()

(herdado de ValueType.)

Campos

Nome Descrição
System_CAPS_pubfield dwSize

DWORD que contém o tamanho da VSCOMPONENTSELECTORTABINIT.

System_CAPS_pubfield guidTab

Guia de identificação GUID.

System_CAPS_pubfield varTabInitInfo

VARIANT que contém as informações de inicialização da guia.

Acesso thread-safe

Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo