PropertyDescriptorWrapper Constructors

Definition

Overloads

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

Applies to