IVsWCFMetadataStorageProvider.IsValidNewReferenceName, méthode
Retourne une valeur qui détermine si un nom pour une référence de (WCF) service Windows Communication Foundation est unique.
Espace de noms : Microsoft.VisualStudio.WCFReference.Interop
Assembly : Microsoft.VisualStudio.WCFReference.Interop (dans Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntaxe
'Déclaration
Sub IsValidNewReferenceName ( _
pszNamespace As String, _
pszReferenceName As String, _
<OutAttribute> ByRef pbValid As SByte, _
<OutAttribute> ByRef pValidationState As StorageNameValidationState, _
<OutAttribute> ByRef pbstrMessage As String _
)
void IsValidNewReferenceName(
string pszNamespace,
string pszReferenceName,
out sbyte pbValid,
out StorageNameValidationState pValidationState,
out string pbstrMessage
)
void IsValidNewReferenceName(
[InAttribute] String^ pszNamespace,
[InAttribute] String^ pszReferenceName,
[OutAttribute] signed char% pbValid,
[OutAttribute] StorageNameValidationState% pValidationState,
[OutAttribute] String^% pbstrMessage
)
abstract IsValidNewReferenceName :
pszNamespace:string *
pszReferenceName:string *
pbValid:sbyte byref *
pValidationState:StorageNameValidationState byref *
pbstrMessage:string byref -> unit
function IsValidNewReferenceName(
pszNamespace : String,
pszReferenceName : String,
pbValid : sbyte,
pValidationState : StorageNameValidationState,
pbstrMessage : String
)
Paramètres
pszNamespace
Type : StringUne chaîne qui contient l'espace de noms pour la référence.
pszReferenceName
Type : StringUne chaîne qui contient le nom de la référence.
pbValid
Type : SByte%true si le nom est valide ; sinon false.
pValidationState
Type : Microsoft.VisualStudio.WCFReference.Interop.StorageNameValidationState%Objet StorageNameValidationState.
pbstrMessage
Type : String%Une chaîne qui contient un message d'erreur. Peut être Null.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.