GestureExtensionController.CanImport 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许具有与要导入的 MetadataFilter 字符串匹配的元数据中的密钥的注册机构
protected:
override bool CanImport(Lazy<Microsoft::VisualStudio::Modeling::Diagrams::ExtensionEnablement::IGestureExtension ^, System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^> ^ lazyImport);
protected override bool CanImport (Lazy<Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement.IGestureExtension,System.Collections.Generic.Dictionary<string,object>> lazyImport);
override this.CanImport : Lazy<Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement.IGestureExtension, System.Collections.Generic.Dictionary<string, obj>> -> bool
Protected Overrides Function CanImport (lazyImport As Lazy(Of IGestureExtension, Dictionary(Of String, Object))) As Boolean
参数
- lazyImport
- Lazy<IGestureExtension,Dictionary<String,Object>>