Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The new ModelBusReference (can be null for invalid or null references).
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 ModelBusReference NewReference { get; private set; }
public:
property ModelBusReference^ NewReference {
ModelBusReference^ get();
private: void set(ModelBusReference^ value);
}
member NewReference : ModelBusReference with get, private set
Public Property NewReference As ModelBusReference
Get
Private Set
End Property
Property Value
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
See Also
ReferenceChangedEventArgs Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace
Return to top