GestureExtensionController.CanImport 方法

定义

允许具有与要导入的 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

参数

返回

Boolean

适用于