VsColors.ClassDesignerLollipopKey Property
Gets the class designer lollipop key.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ClassDesignerLollipopKey As Object
public static Object ClassDesignerLollipopKey { get; }
public:
static property Object^ ClassDesignerLollipopKey {
Object^ get ();
}
static member ClassDesignerLollipopKey : Object with get
static function get ClassDesignerLollipopKey () : Object
Property Value
Type: System.Object
The class designer lollipop key.
.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.