Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- commandExtension1
Type: System.Tuple<T1, T2>
- commandExtension2
Type: System.Boolean
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CommandExtensionRegistrar Class
Microsoft.VisualStudio.Modeling.Shell.ExtensionEnablement Namespace