LongRowSet.GetWords Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Declaration
Public Function GetWords ( _
key As LongRowSetKey _
) As String
public string GetWords(
LongRowSetKey key
)
public:
String^ GetWords(
LongRowSetKey^ key
)
member GetWords :
key:LongRowSetKey -> string
public function GetWords(
key : LongRowSetKey
) : String
Parameters
Return Value
Type: 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.