PropertyDescriptorWrapper 생성자

정의

오버로드

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)

매개 변수

propertyValue
Object
displayName
String
description
String

적용 대상

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)

매개 변수

propertyValue
Object
displayName
String
category
String
description
String

적용 대상