IVsWCFReferenceGroupCollection::GetReferenceGroupFromMapFile Method (String^)

 

Returns a specified Windows Communication Foundation (WCF) reference group in the collection.

Namespace:   Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

IVsWCFReferenceGroup^ GetReferenceGroupFromMapFile(
	String^ pszMapFilePath
)

Parameters

pszMapFilePath
Type: System::String^

A string that contains the path of a .svcmap file for the WCF reference group.

A reference group can also be returned by referencing the namespace and name (GetReferenceGroupByName) or the item (Item).

Return to top
Show: