DbConnectionStringBuilder.ICustomTypeDescriptor.GetProperties Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce le proprietà per questa istanza di un componente.
Overload
| Nome | Descrizione |
|---|---|
| ICustomTypeDescriptor.GetProperties() |
Restituisce le proprietà per questa istanza di un componente. |
| ICustomTypeDescriptor.GetProperties(Attribute[]) |
Restituisce le proprietà per questa istanza di un componente utilizzando la matrice di attributi come filtro. |
ICustomTypeDescriptor.GetProperties()
- Origine:
- DbConnectionStringBuilder.cs
- Origine:
- DbConnectionStringBuilder.cs
- Origine:
- DbConnectionStringBuilder.cs
- Origine:
- DbConnectionStringBuilder.cs
- Origine:
- DbConnectionStringBuilder.cs
Restituisce le proprietà per questa istanza di un componente.
virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties() = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered.")]
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties();
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties();
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered.")>]
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
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
Valori restituiti
Oggetto PropertyDescriptorCollection che rappresenta le proprietà per questa istanza del componente.
Implementazioni
- Attributi
Commenti
Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia DbConnectionStringBuilderICustomTypeDescriptor .
Per altre informazioni, vedere GetProperties.
Vedi anche
Si applica a
ICustomTypeDescriptor.GetProperties(Attribute[])
- Origine:
- DbConnectionStringBuilder.cs
- Origine:
- DbConnectionStringBuilder.cs
- Origine:
- DbConnectionStringBuilder.cs
- Origine:
- DbConnectionStringBuilder.cs
- Origine:
- DbConnectionStringBuilder.cs
Restituisce le proprietà per questa istanza di un componente utilizzando la matrice di attributi come filtro.
virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered. The public parameterless constructor or the 'Default' static field may be trimmed from the Attribute's Type.")]
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[] attributes);
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[] attributes);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered. The public parameterless constructor or the 'Default' static field may be trimmed from the Attribute's Type.")>]
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
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
Parametri
Valori restituiti
Oggetto PropertyDescriptorCollection che rappresenta le proprietà filtrate per questa istanza del componente.
Implementazioni
- Attributi
Commenti
Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia DbConnectionStringBuilderICustomTypeDescriptor .
Per altre informazioni, vedere GetProperties.