IVsWCFMetadataStorageProvider::IsValidNewReferenceName Method (String^, String^, SByte, StorageNameValidationState, String^)

 

Returns a value that determines whether a name for a Windows Communication Foundation (WCF) service reference is unique.

Namespace:   Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

void IsValidNewReferenceName(
	String^ pszNamespace,
	String^ pszReferenceName,
	[OutAttribute] signed char% pbValid,
	[OutAttribute] StorageNameValidationState% pValidationState,
	[OutAttribute] String^% pbstrMessage
)

Parameters

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.

Return to top
Show: