DocumentService.IWorkItemControlHost.SupportsSendToProject Property
Namespace: Microsoft.VisualStudio.TeamFoundation.WorkItemTracking
Assembly: Microsoft.VisualStudio.TeamFoundation.WorkItemTracking (in Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.dll)
Syntax
'Declaration
Private ReadOnly Property SupportsSendToProject As Boolean
Implements IWorkItemControlHost.SupportsSendToProject
bool IWorkItemControlHost.SupportsSendToProject { get; }
private:
virtual property bool SupportsSendToProject {
bool get () sealed = IWorkItemControlHost::SupportsSendToProject::get;
}
private abstract SupportsSendToProject : bool with get
private override SupportsSendToProject : bool with get
JScript does not support explicit interface implementations.
Property Value
Type: System.Boolean
Returns Boolean.
Implements
IWorkItemControlHost.SupportsSendToProject
.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
Microsoft.VisualStudio.TeamFoundation.WorkItemTracking Namespace