PropertyDescriptorWrapper 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| 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