IVsImmediateStatementCompletion.SetCompletionContext_Deprecated Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is deprecated. Please 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);
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
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
Parameters
- pszFilePath
- String
- pBuffer
- IVsTextLines
- ptsCurStatement
- TextSpan[]
- punkContext
- Object
Returns
- Attributes