DbConnectionStringBuilder.ICustomTypeDescriptor.GetDefaultProperty 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.
Bir bileşenin bu örneği için varsayılan özelliği döndürür.
virtual System::ComponentModel::PropertyDescriptor ^ System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() = System::ComponentModel::ICustomTypeDescriptor::GetDefaultProperty;
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered.")]
System.ComponentModel.PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty();
System.ComponentModel.PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty();
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered.")>]
abstract member System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty : unit -> System.ComponentModel.PropertyDescriptor
override this.System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty : unit -> System.ComponentModel.PropertyDescriptor
abstract member System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty : unit -> System.ComponentModel.PropertyDescriptor
override this.System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty : unit -> System.ComponentModel.PropertyDescriptor
Function GetDefaultProperty () As PropertyDescriptor Implements ICustomTypeDescriptor.GetDefaultProperty
Döndürülenler
PropertyDescriptor Bu nesnenin varsayılan özelliğini temsil eden veya null bu nesnenin özellikleri yoksa.
Uygulamalar
- Öznitelikler
Açıklamalar
Bu üye açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir DbConnectionStringBuilder arabirime ICustomTypeDescriptor yayınlandığında kullanılabilir.
Bu üyenin açıklaması için bkz GetDefaultProperty. .