IVsWCFReferenceEvents.OnReferenceGroupPropertiesChanging 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 before reference group properties (including name, namespace, proxy generation options and URL) for a particular reference group are changed.
public:
void OnReferenceGroupPropertiesChanging(Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroup ^ pReferenceGroup);
public:
void OnReferenceGroupPropertiesChanging(Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroup ^ pReferenceGroup);
void OnReferenceGroupPropertiesChanging(Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroup const & pReferenceGroup);
public void OnReferenceGroupPropertiesChanging (Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceGroup pReferenceGroup);
abstract member OnReferenceGroupPropertiesChanging : Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceGroup -> unit
Public Sub OnReferenceGroupPropertiesChanging (pReferenceGroup As IVsWCFReferenceGroup)
Parameters
- pReferenceGroup
- IVsWCFReferenceGroup
The IVsWCFReferenceGroup that contains the properties.