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
- 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.
See Also
Reference
ILinkDialogControlHost Interface
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace