Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Picks reference using model picker
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
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
override PickReference :
context:ITypeDescriptorContext *
editorService:IWindowsFormsEditorService *
store:Store *
reference:ModelBusReference -> ModelBusReference
Protected Overrides Function PickReference (
context As ITypeDescriptorContext,
editorService As IWindowsFormsEditorService,
store As Store,
reference As ModelBusReference
) As ModelBusReference
Parameters
Return Value
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
See Also
ModelReferenceEditor Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace
Return to top