ForbiddenHostNames.IsNameAllowed, méthode
IsNameAllowed permet de déterminer si interdites actuellement un nommé.
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Shared Function IsNameAllowed ( _
name As String, _
hostType As TeamFoundationHostType _
) As Boolean
public static bool IsNameAllowed(
string name,
TeamFoundationHostType hostType
)
Paramètres
- name
Type : System.String
Le nom que vous souhaitez tester avec les noms interdits.
- hostType
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationHostType
Le type d'hôte à vérifier.Les applications et le ProjectCollections peuvent avoir des restrictions et différents noms interdit
Valeur de retour
Type : System.Boolean
True si le nom est valide pour une utilisation.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.