ControlChooseAddLocation.TextBoxName Property
Access the name text box
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property TextBoxName As TextBox
public TextBox TextBoxName { get; }
public:
property TextBox^ TextBoxName {
TextBox^ get ();
}
member TextBoxName : TextBox with get
function get TextBoxName () : TextBox
Property Value
Type: System.Windows.Forms.TextBox
.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.
See Also
Reference
ControlChooseAddLocation Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace