IAutoCompleteProvider.GetSuggestions Method
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Function GetSuggestions ( _
prefixText As String _
) As String()
string[] GetSuggestions(
string prefixText
)
array<String^>^ GetSuggestions(
String^ prefixText
)
abstract GetSuggestions :
prefixText:string -> string[]
function GetSuggestions(
prefixText : String
) : String[]
Parameters
- prefixText
Type: System.String
Return Value
Type: array<System.String[]
.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.