Freigeben über


VSReferencePicker.PickModelReference-Methode (Store, ModelBusReference, array<PickerMetadataBaseAttribute[])

Wählt Modellverweis mithilfe eines dateibasierten Modusbrowsers aus

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

'Declaration
Public Overridable Function PickModelReference ( _
    store As Store, _
    reference As ModelBusReference, _
    ParamArray metadata As PickerMetadataBaseAttribute() _
) As ModelBusReference
public virtual ModelBusReference PickModelReference(
    Store store,
    ModelBusReference reference,
    params PickerMetadataBaseAttribute[] metadata
)

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference

Implementiert

IReferencePicker.PickModelReference(Store, ModelBusReference, array<PickerMetadataBaseAttribute[])

.NET Framework-Sicherheit

Siehe auch

Referenz

VSReferencePicker Klasse

PickModelReference-Überladung

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