ReferenceEditorBase.PickReference 方法 (ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference)
命名空間: Microsoft.VisualStudio.Modeling.Integration.Picker
組件: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll 中)
語法
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
參數
傳回值
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
請參閱
ReferenceEditorBase 類別
Microsoft.VisualStudio.Modeling.Integration.Picker 命名空間
回到頁首