IAuthorServices.GetCodeSense Metodo

Definizione

Se implementato in una classe, ottiene un oggetto utilizzato per aggiungere IntelliSense al testo quando il codice JScript viene creato in un editor.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 Microsoft::JScript::IParseText ^ GetCodeSense();
public Microsoft.JScript.IParseText GetCodeSense ();
abstract member GetCodeSense : unit -> Microsoft.JScript.IParseText
Public Function GetCodeSense () As IParseText

Restituisce

IParseText

Oggetto utilizzato per aggiungere IntelliSense al testo.

Si applica a

Vedi anche