IVsWCFMetadataStorage.GetMapFilePath Method

Definition

Returns the path for the .svcmap file in a Windows Communication Foundation (WCF) metadata storage.

public:
 System::String ^ GetMapFilePath();
public:
 Platform::String ^ GetMapFilePath();
std::wstring GetMapFilePath();
public string GetMapFilePath ();
abstract member GetMapFilePath : unit -> string
Public Function GetMapFilePath () As String

Returns

The path of the .svcmap file.

Applies to