Share via


CommandExtensionRegistrar.Compare Method (Tuple, Boolean)

Namespace:  Microsoft.VisualStudio.Modeling.Shell.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)

Syntax

'Declaration
Protected Overridable Function Compare ( _
    commandExtension1 As Tuple, _
    commandExtension2 As Boolean _
) As Integer
protected virtual int Compare(
    Tuple commandExtension1,
    bool commandExtension2
)
protected:
virtual int Compare(
    Tuple^ commandExtension1, 
    bool commandExtension2
)
abstract Compare : 
        commandExtension1:Tuple * 
        commandExtension2:bool -> int 
override Compare : 
        commandExtension1:Tuple * 
        commandExtension2:bool -> int 
protected function Compare(
    commandExtension1 : Tuple, 
    commandExtension2 : boolean
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

CommandExtensionRegistrar Class

Compare Overload

Microsoft.VisualStudio.Modeling.Shell.ExtensionEnablement Namespace