ILinkDialogControlHost.IsMultipleSourceMode Property

true if there are multiple source workitems. the WorkItem return one of the source workitems

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

'Declaration
ReadOnly Property IsMultipleSourceMode As Boolean
bool IsMultipleSourceMode { get; }
property bool IsMultipleSourceMode {
    bool get ();
}
abstract IsMultipleSourceMode : bool with get
function get IsMultipleSourceMode () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

ILinkDialogControlHost Interface

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace