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.
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 abstract ModelBusReference PickReference(
ITypeDescriptorContext context,
IWindowsFormsEditorService editorService,
Store store,
ModelBusReference reference
)
protected:
virtual ModelBusReference^ PickReference(
ITypeDescriptorContext^ context,
IWindowsFormsEditorService^ editorService,
Store^ store,
ModelBusReference^ reference
) abstract
abstract PickReference :
context:ITypeDescriptorContext *
editorService:IWindowsFormsEditorService *
store:Store *
reference:ModelBusReference -> ModelBusReference
Protected MustOverride 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
ReferenceEditorBase Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace
Return to top