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

‘선언
Public Shared ReadOnly Property Empty As GlobalTypeCollection
    Get
‘사용 방법
Dim value As GlobalTypeCollection

value = GlobalTypeCollection.Empty
public static GlobalTypeCollection Empty { get; }
public:
static property GlobalTypeCollection^ Empty {
    GlobalTypeCollection^ get ();
}
static member Empty : GlobalTypeCollection
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