DataViewPropertyDescriptor.SetDisplayName Method
Sets the display name attribute, using the specified display name value.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
‘선언
Public Sub SetDisplayName ( _
value As String _
)
public void SetDisplayName(
string value
)
public:
void SetDisplayName(
String^ value
)
member SetDisplayName :
value:string -> unit
public function SetDisplayName(
value : String
)
Parameters
- value
Type: System.String
The display name value used to create and add the DisplayNameAttribute. Specify nulla null reference (Nothing in Visual Basic) to use the default display name attribute value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.