DocumentService.IWorkItemControlHost.SupportsSendToExcel Property

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

Syntax

'Declaration
Private ReadOnly Property SupportsSendToExcel As Boolean 
    Implements IWorkItemControlHost.SupportsSendToExcel
bool IWorkItemControlHost.SupportsSendToExcel { get; }
private:
virtual property bool SupportsSendToExcel {
    bool get () sealed = IWorkItemControlHost::SupportsSendToExcel::get;
}
private abstract SupportsSendToExcel : bool with get 
private override SupportsSendToExcel : bool with get
JScript does not support explicit interface implementations.

Property Value

Type: System.Boolean
Returns Boolean.

Implements

IWorkItemControlHost.SupportsSendToExcel

.NET Framework Security

See Also

Reference

DocumentService Class

Microsoft.VisualStudio.TeamFoundation.WorkItemTracking Namespace