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.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0.dll)
Syntax
'Declaration
Function PickElementReference ( _
context As ITypeDescriptorContext, _
editorService As IWindowsFormsEditorService, _
store As Store, _
reference As ModelBusReference _
) As ModelBusReference
ModelBusReference PickElementReference(
ITypeDescriptorContext context,
IWindowsFormsEditorService editorService,
Store store,
ModelBusReference reference
)
ModelBusReference^ PickElementReference(
ITypeDescriptorContext^ context,
IWindowsFormsEditorService^ editorService,
Store^ store,
ModelBusReference^ reference
)
abstract PickElementReference :
context:ITypeDescriptorContext *
editorService:IWindowsFormsEditorService *
store:Store *
reference:ModelBusReference -> ModelBusReference
function PickElementReference(
context : ITypeDescriptorContext,
editorService : IWindowsFormsEditorService,
store : Store,
reference : ModelBusReference
) : ModelBusReference
Parameters
- context
Type: System.ComponentModel.ITypeDescriptorContext
The context in which the method was invoked
- editorService
Type: System.Windows.Forms.Design.IWindowsFormsEditorService
Enables editing the reference using a custom visual representation based on the DefaultEditStyle
- store
Type: Microsoft.VisualStudio.Modeling.Store
The working store for which the reference is picked
- reference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
The current reference
Return Value
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
The selected reference by the picker
Remarks
The method used to display the picker in UITypeEditor
.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.Picker.Hosting Namespace