Freigeben über


DataViewBrowseObject.GetProperties-Methode

Ruft eine PropertyDescriptorCollection-Auflistung von Eigenschaften für das aktuelle Suchobjekt ab.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Function GetProperties As PropertyDescriptorCollection
public PropertyDescriptorCollection GetProperties()
public:
virtual PropertyDescriptorCollection^ GetProperties() sealed
abstract GetProperties : unit -> PropertyDescriptorCollection  
override GetProperties : unit -> PropertyDescriptorCollection
public final function GetProperties() : PropertyDescriptorCollection

Rückgabewert

Typ: PropertyDescriptorCollection
Gibt eine PropertyDescriptorCollection-Auflistung zurück, die die Eigenschaften für das aktuelle Suchobjekt enthält.

Implementiert

ICustomTypeDescriptor.GetProperties

.NET Framework-Sicherheit

Siehe auch

Referenz

DataViewBrowseObject Klasse

GetProperties-Überladung

Microsoft.VisualStudio.Data.Framework-Namespace