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

See Also

Reference

LongRowSet Class

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace