Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates PickerDialog and initializes it based on the parameters
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 Shared Function CreateDialogNoFixup(Of T As {Control, IModelBrowser}) ( _
serviceProvider As IServiceProvider, _
modelBusReference As ModelBusReference, _
metadata As IEnumerable(Of PickerMetadataBaseAttribute) _
) As PickerDialog
public static PickerDialog CreateDialogNoFixup<T>(
IServiceProvider serviceProvider,
ModelBusReference modelBusReference,
IEnumerable<PickerMetadataBaseAttribute> metadata
)
where T : Control, IModelBrowser
public:
generic<typename T>
where T : Control, IModelBrowser
static PickerDialog^ CreateDialogNoFixup(
IServiceProvider^ serviceProvider,
ModelBusReference^ modelBusReference,
IEnumerable<PickerMetadataBaseAttribute^>^ metadata
)
static member CreateDialogNoFixup :
serviceProvider:IServiceProvider *
modelBusReference:ModelBusReference *
metadata:IEnumerable<PickerMetadataBaseAttribute> -> PickerDialog when 'T : Control and IModelBrowser
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- serviceProvider
Type: System.IServiceProvider
- modelBusReference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
- metadata
Type: System.Collections.Generic.IEnumerable<PickerMetadataBaseAttribute>
Return Value
Type: Microsoft.VisualStudio.Modeling.Integration.Shell.Picker.PickerDialog
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker Namespace