DocNode.title 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
title() |
Sets or returns the title of the documentation node. |
title(String) |
title()
Sets or returns the title of the documentation node.
public:
virtual System::String ^ title();
public virtual string title ();
abstract member title : unit -> string
override this.title : unit -> string
Public Overridable Function title () As String
Returns
The title of the documentation node.
Applies to
title(String)
public:
virtual System::String ^ title(System::String ^ _value);
public virtual string title (string _value);
abstract member title : string -> string
override this.title : string -> string
Public Overridable Function title (_value As String) As String
Parameters
- _value
- String
The title that is being assigned to the documentation node.