Share via


PickerDialog.CreateDialog<T> Method (Store, ModelBusReference, IEnumerable<PickerMetadataBaseAttribute>)

Creates a PickerDialog and initializes it based on the parameters.

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

Syntax

'Declaration
Public Shared Function CreateDialog(Of T As {Control, IModelBrowser}) ( _
    store As Store, _
    modelBusReference As ModelBusReference, _
    metadata As IEnumerable(Of PickerMetadataBaseAttribute) _
) As PickerDialog
public static PickerDialog CreateDialog<T>(
    Store store,
    ModelBusReference modelBusReference,
    IEnumerable<PickerMetadataBaseAttribute> metadata
)
where T : Control, IModelBrowser
public:
generic<typename T>
where T : Control, IModelBrowser 
static PickerDialog^ CreateDialog(
    Store^ store, 
    ModelBusReference^ modelBusReference, 
    IEnumerable<PickerMetadataBaseAttribute^>^ metadata
)
static member CreateDialog : 
        store:Store * 
        modelBusReference:ModelBusReference * 
        metadata:IEnumerable<PickerMetadataBaseAttribute> -> PickerDialog   when 'T : Control and IModelBrowser
JScript does not support generic types or methods.

Type Parameters

  • T

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Integration.Shell.Picker.PickerDialog

Exceptions

Exception Condition
ArgumentNullException

When modelBus or modelBrowserType is null.

NotSupportedException

When modelBrowserType is not a WPF control–based class that implements IModelBrowser also.

.NET Framework Security

See Also

Reference

PickerDialog Class

CreateDialog Overload

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