RoleGroupTreeNode.ProvideNodeText Method

Supplies the text for the node.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Protected Overrides Function ProvideNodeText As String
'使用
Dim returnValue As String

returnValue = Me.ProvideNodeText()
protected override string ProvideNodeText()
protected:
virtual String^ ProvideNodeText() override
protected override function ProvideNodeText() : String

Return Value

Type: System.String

The text for the node.

Permissions

See Also

Reference

RoleGroupTreeNode Class

RoleGroupTreeNode Members

Microsoft.VisualStudio.Modeling.Shell Namespace