IVsWCFMetadataStorage.GetMapFilePath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.