PropertyDescriptorWrapper Costruttori
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.
Overload
| Nome | Descrizione |
|---|---|
| PropertyDescriptorWrapper(Object, String, String) | |
| PropertyDescriptorWrapper(Object, String, String, String) |
PropertyDescriptorWrapper(Object, String, String)
public:
PropertyDescriptorWrapper(System::Object ^ propertyValue, System::String ^ displayName, System::String ^ description);
public PropertyDescriptorWrapper(object propertyValue, string displayName, string description);
new Microsoft.SqlServer.Management.UI.VSIntegration.PropertyDescriptorWrapper : obj * string * string -> Microsoft.SqlServer.Management.UI.VSIntegration.PropertyDescriptorWrapper
Public Sub New (propertyValue As Object, displayName As String, description As String)
Parametri
- propertyValue
- Object
- displayName
- String
- description
- String
Si applica a
PropertyDescriptorWrapper(Object, String, String, String)
public:
PropertyDescriptorWrapper(System::Object ^ propertyValue, System::String ^ displayName, System::String ^ category, System::String ^ description);
public PropertyDescriptorWrapper(object propertyValue, string displayName, string category, string description);
new Microsoft.SqlServer.Management.UI.VSIntegration.PropertyDescriptorWrapper : obj * string * string * string -> Microsoft.SqlServer.Management.UI.VSIntegration.PropertyDescriptorWrapper
Public Sub New (propertyValue As Object, displayName As String, category As String, description As String)
Parametri
- propertyValue
- Object
- displayName
- String
- category
- String
- description
- String