Share via


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
'Usage
Dim value As GlobalTypeCollection 

value = GlobalTypeCollection.Empty
public static GlobalTypeCollection Empty { get; }
public:
static property GlobalTypeCollection^ Empty {
    GlobalTypeCollection^ get ();
}
public static function get Empty () : GlobalTypeCollection

Property Value

Type: Microsoft.VisualStudio.Shell.Design.GlobalTypeCollection
An empty instance of this collection.

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

GlobalTypeCollection Members

Microsoft.VisualStudio.Shell.Design Namespace