IVsWCFReferenceGroupCollection::GetReferenceGroupByName Method (String^, 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^ GetReferenceGroupByName(
	String^ pszNamespace,
	String^ pszName
)

Parameters

pszNamespace
Type: System::String^

A string that contains the namespace for the reference group.

pszName
Type: System::String^

A string that contains the name of the reference group.

A reference group can also be returned by referencing the .svcmap file (GetReferenceGroupFromMapFile) or the item (Item).

Return to top
Show: