GlobalTypeCollection.Empty Property
Gets an empty instance of this collection.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Empty As GlobalTypeCollection
public static GlobalTypeCollection Empty { get; }
public:
static property GlobalTypeCollection^ Empty {
GlobalTypeCollection^ get ();
}
static member Empty : GlobalTypeCollection with get
static function get Empty () : GlobalTypeCollection
Property Value
Type: Microsoft.VisualStudio.Shell.Design.GlobalTypeCollection
An empty instance of this collection.
.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.