IVsWCFReferenceEvents.OnReferenceGroupPropertiesChanging Method
Raises an event before reference group properties (including name, namespace, proxy generation options and URL) for a particular reference group are changed.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
Sub OnReferenceGroupPropertiesChanging ( _
pReferenceGroup As IVsWCFReferenceGroup _
)
void OnReferenceGroupPropertiesChanging(
IVsWCFReferenceGroup pReferenceGroup
)
void OnReferenceGroupPropertiesChanging(
[InAttribute] IVsWCFReferenceGroup^ pReferenceGroup
)
abstract OnReferenceGroupPropertiesChanging :
pReferenceGroup:IVsWCFReferenceGroup -> unit
function OnReferenceGroupPropertiesChanging(
pReferenceGroup : IVsWCFReferenceGroup
)
Parameters
pReferenceGroup
Type: Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceGroupThe IVsWCFReferenceGroup that contains the properties.
.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.