Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets the description attribute, using the specified description value.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Sub SetDescription ( _
value As String _
)
public void SetDescription(
string value
)
public:
void SetDescription(
String^ value
)
member SetDescription :
value:string -> unit
public function SetDescription(
value : String
)
Parameters
- value
Type: System.String
The description value used to create and add the DescriptionAttribute. Specify nulla null reference (Nothing in Visual Basic) to use the default description 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.