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.
Determines if the last component of the specified path contains a wildcard character. The path may be fully qualified.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Shared Function IsWildcard ( _
path As String _
) As Boolean
public static bool IsWildcard(
string path
)
public:
static bool IsWildcard(
String^ path
)
static member IsWildcard :
path:string -> bool
public static function IsWildcard(
path : String
) : boolean
Parameters
path
Type: System.StringThe path to check.
Return Value
Type: System.Boolean
True if the path contains a wildcard.
.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.