Condividi tramite


Completion Constructor (String)

Initializes a new instance of Completion with the specified display text.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Dichiarazione
Public Sub New ( _
    displayText As String _
)
public Completion(
    string displayText
)
public:
Completion(
    String^ displayText
)
new : 
        displayText:string -> Completion
public function Completion(
    displayText : String
)

Parameters

  • displayText
    Type: System.String
    The text that is to be displayed by an IntelliSense presenter.

.NET Framework Security

See Also

Reference

Completion Class

Completion Overload

Microsoft.VisualStudio.Language.Intellisense Namespace