Interop.ICustomTypeDescriptor.GetProperties Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İçerilen Activityiçin özellik koleksiyonunu döndürür.
Aşırı Yüklemeler
ICustomTypeDescriptor.GetProperties() |
İçerilen Activityiçin özellik koleksiyonunu döndürür. |
ICustomTypeDescriptor.GetProperties(Attribute[]) |
Filtre olarak belirtilen bir öznitelik dizisi kullanılarak kapsanan Activity için özellik koleksiyonunu döndürür. |
ICustomTypeDescriptor.GetProperties()
İçerilen Activityiçin özellik koleksiyonunu döndürür.
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
Döndürülenler
PropertyDescriptorCollection İçeren için özellik koleksiyonunu temsil eden Activitybir .
Uygulamalar
Açıklamalar
Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir ICustomTypeDescriptor arabirime Interop yayınlandığında kullanılabilir.
Şunlara uygulanır
ICustomTypeDescriptor.GetProperties(Attribute[])
Filtre olarak belirtilen bir öznitelik dizisi kullanılarak kapsanan Activity için özellik koleksiyonunu döndürür.
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
Parametreler
- attributes
- Attribute[]
Özellikleri filtrelemek için kullanılan öznitelik dizisi.
Döndürülenler
İçeren Activityiçin bir özellik koleksiyonu.
Uygulamalar
Açıklamalar
Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir ICustomTypeDescriptor arabirime Interop yayınlandığında kullanılabilir.