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.
Picks model reference using file-based mode browser
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 virtual ModelBusReference PickModelReference(
Store store,
ModelBusReference reference,
params PickerMetadataBaseAttribute[] metadata
)
public:
virtual ModelBusReference^ PickModelReference(
Store^ store,
ModelBusReference^ reference,
... array<PickerMetadataBaseAttribute^>^ metadata
)
abstract PickModelReference :
store:Store *
reference:ModelBusReference *
[<ParamArrayAttribute>] metadata:PickerMetadataBaseAttribute[] -> ModelBusReference
override PickModelReference :
store:Store *
reference:ModelBusReference *
[<ParamArrayAttribute>] metadata:PickerMetadataBaseAttribute[] -> ModelBusReference
Public Overridable Function PickModelReference (
store As Store,
reference As ModelBusReference,
ParamArray metadata As PickerMetadataBaseAttribute()
) As ModelBusReference
Parameters
Return Value
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
Implements
IReferencePicker.PickModelReference(Store, ModelBusReference, PickerMetadataBaseAttribute[])
See Also
PickModelReference Overload
VSReferencePicker Class
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker Namespace
Return to top