Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Create ReferenceChangedEventArgs instance
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
public ReferenceChangedEventArgs(
ModelBusReference newRef
)
public:
ReferenceChangedEventArgs(
ModelBusReference^ newRef
)
new :
newRef:ModelBusReference -> ReferenceChangedEventArgs
Public Sub New (
newRef As ModelBusReference
)
Parameters
newRef
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReferenceModelBusReference instance
See Also
ReferenceChangedEventArgs Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace
Return to top