VSTREEDISPLAYDATA.SelectedImage Field
Specifies an index into an image list indicating which glyph is to be displayed when the item is selected. Return SelectedImage when TDM_SELECTEDIMAGE is set. If not set, the selected image used will be the same as the non-selected image.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'宣言
Public SelectedImage As UShort
'使用
Dim instance As VSTREEDISPLAYDATA
Dim value As UShort
value = instance.SelectedImage
instance.SelectedImage = value
public ushort SelectedImage
public:
unsigned short SelectedImage
public var SelectedImage : ushort
Field Value
Type: System.UInt16
Remarks
COM Signature
From vsshell.idl:
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.