Share via


IVSMDPropertyBrowser.WindowGlyphResourceID Property

Gets the resource ID of the glyph that the properties window should use as its tool window icon.

Namespace:  Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property WindowGlyphResourceID As UInteger
uint WindowGlyphResourceID { get; }
property unsigned int WindowGlyphResourceID {
    unsigned int get ();
}
abstract WindowGlyphResourceID : uint32 with get
function get WindowGlyphResourceID () : uint

Property Value

Type: UInt32
The resource ID.

.NET Framework Security

See Also

Reference

IVSMDPropertyBrowser Interface

Microsoft.VisualStudio.Designer.Interfaces Namespace