Campo VSTREEDISPLAYDATA.State
Publicado: abril de 2016
Especifica o estado de exibição.Valores são obtidas a partir do _VSTREEDISPLAYSTATE enumeração.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.VSTREEDISPLAYSTATE")]
public uint State
public:
[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.VSTREEDISPLAYSTATE")]
unsigned int State
[<ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.VSTREEDISPLAYSTATE")>]
val mutable State : uint32
<ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.VSTREEDISPLAYSTATE")>
Public State As UInteger
Valor de Campo
Type: System.UInt32
Comentários
COM assinatura
De vsshell.idl:
Consulte também
Estrutura VSTREEDISPLAYDATA
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo