Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Function IsSupported ( _
feature As String _
) As Boolean
public bool IsSupported(
string feature
)
public:
virtual bool IsSupported(
String^ feature
) sealed
abstract IsSupported :
feature:string -> bool
override IsSupported :
feature:string -> bool
public final function IsSupported(
feature : String
) : boolean
Parameters
- feature
Type: System.String
Return Value
Type: System.Boolean
Implements
IWiqlAdapterHelper.IsSupported(String)
.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.