IReferencePicker.PickElementReference Method (Store, ModelBusReference, PickerMetadataBaseAttribute[])
Picks a reference using element browser and displays it. Supports automatic fixup in the store.
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
ModelBusReference PickElementReference(
Store store,
ModelBusReference reference,
params PickerMetadataBaseAttribute[] metadata
)
ModelBusReference^ PickElementReference(
Store^ store,
ModelBusReference^ reference,
... array<PickerMetadataBaseAttribute^>^ metadata
)
abstract PickElementReference :
store:Store *
reference:ModelBusReference *
[<ParamArrayAttribute>] metadata:PickerMetadataBaseAttribute[] -> ModelBusReference
Function PickElementReference (
store As Store,
reference As ModelBusReference,
ParamArray metadata As PickerMetadataBaseAttribute()
) As ModelBusReference
Parameters
store
Type: Microsoft.VisualStudio.Modeling.StoreThe store which is used as the service provider and on which automatic fixup is performed
reference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReferenceThe current reference
metadata
Type: Microsoft.VisualStudio.Modeling.Integration.Picker.PickerMetadataBaseAttribute[]Additional metadata for the picker and it's browsers
Return Value
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
The selected reference by the picker
See Also
PickElementReference Overload
IReferencePicker Interface
Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting Namespace
Return to top