Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Function CompareTo ( _
other As Moniker _
) As Integer
'使用
Dim instance As Moniker
Dim other As Moniker
Dim returnValue As Integer
returnValue = instance.CompareTo(other)
public int CompareTo(
Moniker other
)
public:
virtual int CompareTo(
Moniker^ other
) sealed
public final function CompareTo(
other : Moniker
) : int
Parameters
- other
Type: Microsoft.VisualStudio.Modeling.Moniker
Return Value
Type: System.Int32
Implements
Permissions
- 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.