Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Checks whether the specified feature is supported by this server.
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:
bool IsSupported(
String^ feature
)
member IsSupported :
feature:string -> bool
public function IsSupported(
feature : String
) : boolean
Parameters
- feature
Type: System.String
The feature ID.
Return Value
Type: System.Boolean
True if the specified feature is supported by this server; otherwise, false.
.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.