CommandExtensionRegistrar.Compare 方法

此成员重写 ExtensionRegistrarBase<T, TMetadataView>.Compare(Tuple<T, TMetadataView>, Tuple<T, TMetadataView>)

命名空间:  Microsoft.VisualStudio.Modeling.Shell.ExtensionEnablement
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)

语法

声明
Protected Overrides Function Compare ( _
    commandExtension1 As Tuple(Of ICommandExtension, IDictionary(Of String, Object)), _
    commandExtension2 As Tuple(Of ICommandExtension, IDictionary(Of String, Object)) _
) As Integer
protected override int Compare(
    Tuple<ICommandExtension, IDictionary<string, Object>> commandExtension1,
    Tuple<ICommandExtension, IDictionary<string, Object>> commandExtension2
)

参数

返回值

类型:System.Int32

.NET Framework 安全性

请参见

参考

CommandExtensionRegistrar 类

Microsoft.VisualStudio.Modeling.Shell.ExtensionEnablement 命名空间