Declarations.IsPerfectMatch Method

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntax

'宣言
Public Overridable Function IsPerfectMatch ( _
    textSoFar As String, _
    index As Integer _
) As Boolean
'使用
Dim instance As Declarations
Dim textSoFar As String
Dim index As Integer
Dim returnValue As Boolean

returnValue = instance.IsPerfectMatch(textSoFar, _
    index)
public virtual bool IsPerfectMatch(
    string textSoFar,
    int index
)
public:
virtual bool IsPerfectMatch(
    String^ textSoFar, 
    int index
)
public function IsPerfectMatch(
    textSoFar : String, 
    index : int
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

Declarations Class

Declarations Members

Microsoft.VisualStudio.Package Namespace