PropertyDescriptorWrapper Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| 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)
Parameters
- propertyValue
- Object
- displayName
- String
- description
- String
Applies to
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)
Parameters
- propertyValue
- Object
- displayName
- String
- category
- String
- description
- String