OleCmdTextHelper.Text Property

Gets or sets the text.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property Text As String
    Get
    Set
'Usage
Dim instance As OleCmdTextHelper
Dim value As String

value = instance.Text

instance.Text = value
public string Text { get; set; }
public:
property String^ Text {
    String^ get ();
    void set (String^ value);
}
function get Text () : String
function set Text (value : String)
member Text : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

OleCmdTextHelper Class

OleCmdTextHelper Members

Microsoft.VisualStudio.Data.Schema.Project.Common Namespace