Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: System.ComponentModel
Assembly: System (in system.dll)
Syntax
'Declaration
Function GetProperties ( _
component As Object, _
attributes As Attribute() _
) As PropertyDescriptorCollection
'Usage
Dim instance As IComNativeDescriptorHandler
Dim component As Object
Dim attributes As Attribute()
Dim returnValue As PropertyDescriptorCollection
returnValue = instance.GetProperties(component, attributes)
PropertyDescriptorCollection GetProperties (
Object component,
Attribute[] attributes
)
PropertyDescriptorCollection^ GetProperties (
Object^ component,
array<Attribute^>^ attributes
)
PropertyDescriptorCollection GetProperties (
Object component,
Attribute[] attributes
)
function GetProperties (
component : Object,
attributes : Attribute[]
) : PropertyDescriptorCollection
Parameter
- component
- attributes
Plattformen
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0
Siehe auch
Referenz
IComNativeDescriptorHandler-Schnittstelle
IComNativeDescriptorHandler-Member
System.ComponentModel-Namespace