DocNode.description Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
description(String) | |
description() |
Sets or returns the description of the documentation node. |
description(String)
public:
virtual System::String ^ description(System::String ^ _value);
public virtual string description (string _value);
abstract member description : string -> string
override this.description : string -> string
Public Overridable Function description (_value As String) As String
Parameters
- _value
- String
The value that is being assigned as the description of the documentation node.
Returns
Applies to
description()
Sets or returns the description of the documentation node.
public:
virtual System::String ^ description();
public virtual string description ();
abstract member description : unit -> string
override this.description : unit -> string
Public Overridable Function description () As String
Returns
The description of the documentation node.