Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Picks reference using element 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
ModelElementReferenceEditor Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace
Return to top