IVsTextMarkerContextProvider.RemoveLastContext(UInt32, Object) 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.
Deprecated. Do not use.
public:
int RemoveLastContext(System::UInt32 dwReserved, System::Object ^ pUC);
public:
int RemoveLastContext(unsigned int dwReserved, Platform::Object ^ pUC);
int RemoveLastContext(unsigned int dwReserved, winrt::Windows::Foundation::IInspectable const & pUC);
public int RemoveLastContext (uint dwReserved, object pUC);
abstract member RemoveLastContext : uint32 * obj -> int
Public Function RemoveLastContext (dwReserved As UInteger, pUC As Object) As Integer
Parameters
- dwReserved
- UInt32
Do not use.
- pUC
- Object
Do not use.