IVsServiceReferenceMetadataStorageProvider::MakeValidServiceReferenceName Method (String^, String^, String^, String^, String^)

 

Returns a unique name and namespace for a XML web service reference.

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

void MakeValidServiceReferenceName(
	String^ pszStorageType,
	String^ pszNamespace,
	String^ pszReferenceName,
	[OutAttribute] String^% pbstrSuggestedNamespace,
	[OutAttribute] String^% pbstrSuggestedReferenceName
)

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.

pbstrSuggestedNamespace
Type: System::String^

A string that contains the new namespace for the reference.

pbstrSuggestedReferenceName
Type: System::String^

A string that contains the new name of the reference.

Return to top
Show: