ModelElementReferenceEditor.PickReference Method
Picks reference using element picker
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0.dll)
Syntax
'Dichiarazione
Protected Overrides Function PickReference ( _
context As ITypeDescriptorContext, _
editorService As IWindowsFormsEditorService, _
store As Store, _
reference As ModelBusReference _
) As ModelBusReference
protected override ModelBusReference PickReference(
ITypeDescriptorContext context,
IWindowsFormsEditorService editorService,
Store store,
ModelBusReference reference
)
protected:
virtual ModelBusReference^ PickReference(
ITypeDescriptorContext^ context,
IWindowsFormsEditorService^ editorService,
Store^ store,
ModelBusReference^ reference
) override
abstract PickReference :
context:ITypeDescriptorContext *
editorService:IWindowsFormsEditorService *
store:Store *
reference:ModelBusReference -> ModelBusReference
override PickReference :
context:ITypeDescriptorContext *
editorService:IWindowsFormsEditorService *
store:Store *
reference:ModelBusReference -> ModelBusReference
protected override function PickReference(
context : ITypeDescriptorContext,
editorService : IWindowsFormsEditorService,
store : Store,
reference : ModelBusReference
) : ModelBusReference
Parameters
- context
Type: System.ComponentModel.ITypeDescriptorContext
- editorService
Type: System.Windows.Forms.Design.IWindowsFormsEditorService
- store
Type: Microsoft.VisualStudio.Modeling.Store
- reference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
Return Value
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
.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
ModelElementReferenceEditor Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace