IVSMDPropertyBrowser.WindowGlyphResourceID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the resource ID of the glyph that the properties window should use as its tool window icon.
public:
property System::UInt32 WindowGlyphResourceID { System::UInt32 get(); };
public:
property unsigned int WindowGlyphResourceID { unsigned int get(); };
[System.Runtime.InteropServices.DispId(1610678272)]
public uint WindowGlyphResourceID { get; }
[<System.Runtime.InteropServices.DispId(1610678272)>]
member this.WindowGlyphResourceID : uint32
Public ReadOnly Property WindowGlyphResourceID As UInteger
Property Value
The resource ID.
- Attributes