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
'Déclaration
ReadOnly Property WindowGlyphResourceID As UInteger
Get
'Utilisation
Dim instance As IVSMDPropertyBrowser
Dim value As UInteger
value = instance.WindowGlyphResourceID
uint WindowGlyphResourceID { get; }
property unsigned int WindowGlyphResourceID {
unsigned int get ();
}
abstract WindowGlyphResourceID : uint32
function get WindowGlyphResourceID () : uint
Property Value
Type: System.UInt32
The resource ID.
.NET Framework Security
- 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.