IVsWCFReferenceEvents.OnReferenceGroupPropertiesChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises an event after reference group properties (including name, namespace, proxy generation options and URL) for a particular reference group are changed.
public:
void OnReferenceGroupPropertiesChanged(Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroup ^ pReferenceGroup);
public:
void OnReferenceGroupPropertiesChanged(Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroup ^ pReferenceGroup);
void OnReferenceGroupPropertiesChanged(Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroup const & pReferenceGroup);
public void OnReferenceGroupPropertiesChanged (Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceGroup pReferenceGroup);
abstract member OnReferenceGroupPropertiesChanged : Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceGroup -> unit
Public Sub OnReferenceGroupPropertiesChanged (pReferenceGroup As IVsWCFReferenceGroup)
Parameters
- pReferenceGroup
- IVsWCFReferenceGroup
The IVsWCFReferenceGroup that contains the properties.