Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
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.StringThe text that is to be displayed by an IntelliSense presenter.
.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.