IVsWCFMetadataStorageProvider::MakeValidReferenceName Method (String^, String^, String^, String^)
Visual Studio 2015
Returns a unique name and namespace for a Windows Communication Foundation (WCF) service reference.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
void MakeValidReferenceName(
String^ pszNamespace,
String^ pszReferenceName,
[OutAttribute] String^% pbstrSuggestedNamespace,
[OutAttribute] String^% pbstrSuggestedReferenceName
)
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.
- 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.
Show: