Freigeben über


PickerDialog.Reference Property

Gets the model bus reference

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference

Implements

IModelBrowserHost.Reference

.NET Framework Security

See Also

Reference

PickerDialog Class

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