AutoCompleteManager.TextBox Property
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property TextBox As TextBox
public TextBox TextBox { get; set; }
public:
property TextBox^ TextBox {
TextBox^ get ();
void set (TextBox^ value);
}
member TextBox : TextBox with get, set
function get TextBox () : TextBox
function set TextBox (value : TextBox)
Property Value
Type: System.Windows.Controls.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.