Sdílet prostřednictvím


CommandExtensionRegistrar.Compare – metoda

Tento člen přepisuje ExtensionRegistrarBase<T, TMetadataView>.Compare(Tuple<T, TMetadataView>, Tuple<T, TMetadataView>).

Obor názvů:  Microsoft.VisualStudio.Modeling.Shell.ExtensionEnablement
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntaxe

'Deklarace
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
)

Parametry

Vrácená hodnota

Typ: System.Int32

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

CommandExtensionRegistrar Třída

Microsoft.VisualStudio.Modeling.Shell.ExtensionEnablement – obor názvů