다음을 통해 공유


VersionControlBranchVisualizerBranch.MergeChangesetIds Property

Get the changeset Ids of merges

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public Property MergeChangesetIds As Integer()
public int[] MergeChangesetIds { get; internal set; }
public:
property array<int>^ MergeChangesetIds {
    array<int>^ get ();
    internal: void set (array<int>^ value);
}
member MergeChangesetIds : int[] with get, internal set
function get MergeChangesetIds () : int[]
internal function set MergeChangesetIds (value : int[])

Property Value

Type: array<System.Int32[]
Returns Int32.

.NET Framework Security

See Also

Reference

VersionControlBranchVisualizerBranch Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace