PickerDialog.Reference Property

 

Gets the model bus reference.

Namespace:   Microsoft.VisualStudio.Modeling.Integration.Shell.Picker
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)

Syntax

public ModelBusReference Reference { get; private set; }
public:
property ModelBusReference^ Reference {
    virtual ModelBusReference^ get() sealed;
    private: virtual void set(ModelBusReference^ value) sealed;
}
abstract Reference : ModelBusReference with get, private set
override Reference : ModelBusReference with get, private set
Public Property Reference As ModelBusReference
    Get
    Private Set
End Property

Property Value

Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference

Implements

IModelBrowserHost.Reference

See Also

PickerDialog Class
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker Namespace

Return to top