PropertiesTab.GetProperties Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the properties of the specified component.
GetProperties(Object, Attribute[]) |
Gets the properties of the specified component that match the specified attributes. |
GetProperties(ITypeDescriptorContext, Object, Attribute[]) |
Gets the properties of the specified component that match the specified attributes and context. |
- Source:
- PropertiesTab.cs
- Source:
- PropertiesTab.cs
- Source:
- PropertiesTab.cs
Gets the properties of the specified component that match the specified attributes.
public:
override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection? GetProperties (object component, Attribute[]? attributes);
override this.GetProperties : obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (component As Object, attributes As Attribute()) As PropertyDescriptorCollection
Parameters
- component
- Object
The component to retrieve properties from.
- attributes
- Attribute[]
An array of type Attribute that indicates the attributes of the properties to retrieve.
Returns
A PropertyDescriptorCollection that contains the properties.
See also
Applies to
.NET Framework 4.8.1 dan versi lainnya
Produk | Versi |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
- Source:
- PropertiesTab.cs
- Source:
- PropertiesTab.cs
- Source:
- PropertiesTab.cs
Gets the properties of the specified component that match the specified attributes and context.
public:
override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::ComponentModel::ITypeDescriptorContext ^ context, System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext context, object component, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection? GetProperties (System.ComponentModel.ITypeDescriptorContext? context, object component, Attribute[]? attributes);
override this.GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (context As ITypeDescriptorContext, component As Object, attributes As Attribute()) As PropertyDescriptorCollection
Parameters
- context
- ITypeDescriptorContext
An ITypeDescriptorContext that indicates the context to retrieve properties from.
- component
- Object
The component to retrieve properties from.
- attributes
- Attribute[]
An array of type Attribute that indicates the attributes of the properties to retrieve.
Returns
A PropertyDescriptorCollection that contains the properties matching the specified context and attributes.
See also
Applies to
.NET Framework 4.8.1 dan versi lainnya
Produk | Versi |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
Umpan balik .NET
.NET adalah proyek sumber terbuka. Pilih tautan untuk memberikan umpan balik: