Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
声明
Function GetChangedNodes ( _
    startSequenceId As Integer _
) As String
string GetChangedNodes(
    int startSequenceId
)
String^ GetChangedNodes(
    int startSequenceId
)
abstract GetChangedNodes : 
        startSequenceId:int -> string 
function GetChangedNodes(
    startSequenceId : int
) : String
Parameters
- startSequenceId
Type: System.Int32 
Return Value
Type: System.String
Returns 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.