IVsImmediateStatementCompletion2.SetCompletionContext_Deprecated(String, IVsTextLines, TextSpan[], Object) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Diese Methode ist als veraltet markiert. Verwenden Sie 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
Parameter
- pszFilePath
- String
- pBuffer
- IVsTextLines
- ptsCurStatement
- TextSpan[]
- punkContext
- Object
Gibt zurück
Implementiert
- Attribute