IVsWCFMetadataStorageProvider.GetStorageFromMapFile(String) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
. Svcmap dosyasının tam yolunu temel alarak bir Windows Communication Foundation (WCF) meta veri depolaması döndürür.
public:
Microsoft::VisualStudio::WCFReference::Interop::IVsWCFMetadataStorage ^ GetStorageFromMapFile(System::String ^ pszMapFilePath);
public:
Microsoft::VisualStudio::WCFReference::Interop::IVsWCFMetadataStorage ^ GetStorageFromMapFile(Platform::String ^ pszMapFilePath);
Microsoft::VisualStudio::WCFReference::Interop::IVsWCFMetadataStorage GetStorageFromMapFile(std::wstring const & pszMapFilePath);
public Microsoft.VisualStudio.WCFReference.Interop.IVsWCFMetadataStorage GetStorageFromMapFile (string pszMapFilePath);
abstract member GetStorageFromMapFile : string -> Microsoft.VisualStudio.WCFReference.Interop.IVsWCFMetadataStorage
Public Function GetStorageFromMapFile (pszMapFilePath As String) As IVsWCFMetadataStorage
Parametreler
- pszMapFilePath
- String
Dosyanın yolu.
Döndürülenler
WCF meta veri depolama nesnesi.