Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.IVsWCFReferenceGroup
The 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.