IVsImmediateStatementCompletion2.SetCompletionContext_Deprecated(String, IVsTextLines, TextSpan[], Object) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Esse método é preterido. Use SetCompletionContext(String, IVsTextLines, TextSpan[], Object, IVsTextView).
public:
int SetCompletionContext_Deprecated(System::String ^ pszFilePath, Microsoft::VisualStudio::TextManager::Interop::IVsTextLines ^ pBuffer, cli::array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ ptsCurStatement, System::Object ^ punkContext);
public:
int SetCompletionContext_Deprecated(Platform::String ^ pszFilePath, Microsoft::VisualStudio::TextManager::Interop::IVsTextLines ^ pBuffer, Platform::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ ptsCurStatement, Platform::Object ^ punkContext);
int SetCompletionContext_Deprecated(std::wstring const & pszFilePath, Microsoft::VisualStudio::TextManager::Interop::IVsTextLines const & pBuffer, std::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> const & ptsCurStatement, winrt::Windows::Foundation::IInspectable const & punkContext);
[System.Runtime.InteropServices.TypeLibFunc(65)]
public int SetCompletionContext_Deprecated (string pszFilePath, Microsoft.VisualStudio.TextManager.Interop.IVsTextLines pBuffer, Microsoft.VisualStudio.TextManager.Interop.TextSpan[] ptsCurStatement, object punkContext);
[<System.Runtime.InteropServices.TypeLibFunc(65)>]
abstract member SetCompletionContext_Deprecated : string * Microsoft.VisualStudio.TextManager.Interop.IVsTextLines * Microsoft.VisualStudio.TextManager.Interop.TextSpan[] * obj -> int
Public Function SetCompletionContext_Deprecated (pszFilePath As String, pBuffer As IVsTextLines, ptsCurStatement As TextSpan(), punkContext As Object) As Integer
Parâmetros
- pszFilePath
- String
- pBuffer
- IVsTextLines
- ptsCurStatement
- TextSpan[]
- punkContext
- Object
Retornos
Implementações
- Atributos