Campo VSTREEDISPLAYDATA.SelectedImage
Publicado: abril de 2016
Especifica um índice em uma lista de imagem, indicando qual glifo será exibido quando o item é selecionado.Return SelectedImage when TDM_SELECTEDIMAGE is set.Se não for definido, a imagem selecionada usado será o mesmo que a imagem não selecionados.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
[ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.USHORT")]
public ushort SelectedImage
public:
[ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.USHORT")]
unsigned short SelectedImage
[<ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.USHORT")>]
val mutable SelectedImage : uint16
<ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.USHORT")>
Public SelectedImage As UShort
Valor de Campo
Type: System.UInt16
Comentários
COM assinatura
De vsshell.idl:
Consulte também
Estrutura VSTREEDISPLAYDATA
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo