Partilhar via


Campo TBXITEMINFO.dwFlags

 

Publicado: abril de 2016

DWORD, especificando os sinalizadores de informações do item.Valores são obtidas a partir do __TBXITEMINFOFLAGS enumeração.

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

Sintaxe

[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.TBXITEMINFOFLAGS")]
public uint dwFlags
public:
[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.TBXITEMINFOFLAGS")]
unsigned int dwFlags
[<ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.TBXITEMINFOFLAGS")>]
val mutable dwFlags : uint32
<ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.TBXITEMINFOFLAGS")>
Public dwFlags As UInteger

Valor de Campo

Type: System.UInt32

Comentários

COM assinatura

De vsshell.idl:

Consulte também

Estrutura TBXITEMINFO
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo