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