Interop.ICustomTypeDescriptor.GetProperties Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Returnerar samlingen med egenskaper för den inneslutna Activity.
Överlagringar
| Name | Description |
|---|---|
| ICustomTypeDescriptor.GetProperties() |
Returnerar samlingen med egenskaper för den inneslutna Activity. |
| ICustomTypeDescriptor.GetProperties(Attribute[]) |
Returnerar samlingen med egenskaper för innehållet Activity med hjälp av en angiven matris med attribut som ett filter. |
ICustomTypeDescriptor.GetProperties()
Returnerar samlingen med egenskaper för den inneslutna Activity.
virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties() = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties () As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties
Returer
En PropertyDescriptorCollection som representerar samlingen med egenskaper för den inneslutna Activity.
Implementeringar
Kommentarer
Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen Interop skickas till ett ICustomTypeDescriptor gränssnitt.
Gäller för
ICustomTypeDescriptor.GetProperties(Attribute[])
Returnerar samlingen med egenskaper för innehållet Activity med hjälp av en angiven matris med attribut som ett filter.
virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties
Parametrar
- attributes
- Attribute[]
Matrisen med attribut som används för att filtrera egenskaperna.
Returer
En samling egenskaper för den inneslutna Activity.
Implementeringar
Kommentarer
Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen Interop skickas till ett ICustomTypeDescriptor gränssnitt.