IVsServiceReferenceMetadataStorageProvider::IsValidNewServiceReferenceName Method (String^, String^, String^, SByte, StorageNameValidationState, String^)
Visual Studio 2015
Returns a value that determines whether a name for a XML web service reference is unique.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
void IsValidNewServiceReferenceName( String^ pszStorageType, String^ pszNamespace, String^ pszReferenceName, [OutAttribute] signed char% pbValid, [OutAttribute] StorageNameValidationState% pValidationState, [OutAttribute] String^% pbstrMessage )
Parameters
- pszStorageType
-
Type:
System::String^
The ServiceReferenceType of the XML web service reference.
- pszNamespace
-
Type:
System::String^
A string that contains the namespace for the reference.
- pszReferenceName
-
Type:
System::String^
A string that contains the name of the reference.
- pbValid
-
Type:
System::SByte
true if the name is valid; otherwise false.
- pValidationState
-
Type:
Microsoft.VisualStudio.WCFReference.Interop::StorageNameValidationState
A StorageNameValidationState object.
- pbstrMessage
-
Type:
System::String^
A string that contains an error message. Can be Null.
Show: