IVsWCFMetadataStorage.GetMapFilePath 方法

定义

返回 Windows Communication Foundation (WCF) 元数据存储中的 .svcmap 文件的路径。

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

返回

String

.Svcmap 文件的路径。

适用于