PropertyGroup.ICustomTypeDescriptor.GetProperties-Methode

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Private Function GetProperties As PropertyDescriptorCollection
    Implements ICustomTypeDescriptor.GetProperties
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()
private:
virtual PropertyDescriptorCollection^ GetProperties() sealed = ICustomTypeDescriptor::GetProperties
private abstract GetProperties : unit -> PropertyDescriptorCollection 
private override GetProperties : unit -> PropertyDescriptorCollection 
JScript unterstützt keine expliziten Schnittstellenimplementierungen

Rückgabewert

Typ: System.ComponentModel.PropertyDescriptorCollection

Implementiert

ICustomTypeDescriptor.GetProperties()

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyGroup Klasse

GetProperties-Überladung

Microsoft.VisualStudio.Data.Schema.Package.Internal-Namespace