IVsWCFMetadataStorage.SetName(String) Method

Definition

Sets the name of the .svcmap file in a Windows Communication Foundation (WCF) metadata storage.

public:
 void SetName(System::String ^ pszName);
public:
 void SetName(Platform::String ^ pszName);
void SetName(std::wstring const & pszName);
public void SetName (string pszName);
abstract member SetName : string -> unit
Public Sub SetName (pszName As String)

Parameters

pszName
String

The name for the file without the extension.

Applies to