IVsWCFReferenceGroupCollection.GetReferenceGroupFromMapFile Method
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)
Syntax
'Declaration
Function GetReferenceGroupFromMapFile ( _
pszMapFilePath As String _
) As IVsWCFReferenceGroup
IVsWCFReferenceGroup GetReferenceGroupFromMapFile(
string pszMapFilePath
)
IVsWCFReferenceGroup^ GetReferenceGroupFromMapFile(
[InAttribute] String^ pszMapFilePath
)
abstract GetReferenceGroupFromMapFile :
pszMapFilePath:string -> IVsWCFReferenceGroup
function GetReferenceGroupFromMapFile(
pszMapFilePath : String
) : IVsWCFReferenceGroup
Parameters
pszMapFilePath
Type: System.StringA string that contains the path of a .svcmap file for the WCF reference group.
Return Value
Type: Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceGroup
A WCF reference group.
Remarks
A reference group can also be returned by referencing the namespace and name (GetReferenceGroupByName) or the item (Item).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.