共用方式為


DataViewPropertyDescriptor.SetDescription(String) Method

Definition

Sets the description attribute, using the specified description value.

public:
 void SetDescription(System::String ^ value);
public void SetDescription (string value);
member this.SetDescription : string -> unit
Public Sub SetDescription (value As String)

Parameters

value
String

The description value used to create and add the DescriptionAttribute. Specify null to use the default description attribute value.

Applies to