IVsWCFReferenceEvents.OnReferenceGroupPropertiesChanged Method
Raises an event after 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 OnReferenceGroupPropertiesChanged ( _
pReferenceGroup As IVsWCFReferenceGroup _
)
void OnReferenceGroupPropertiesChanged(
IVsWCFReferenceGroup pReferenceGroup
)
void OnReferenceGroupPropertiesChanged(
[InAttribute] IVsWCFReferenceGroup^ pReferenceGroup
)
abstract OnReferenceGroupPropertiesChanged :
pReferenceGroup:IVsWCFReferenceGroup -> unit
function OnReferenceGroupPropertiesChanged(
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.