IVsTextMarkerContextProvider.RemoveLastContext(UInt32, Object) Method

Definition

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.

Returns

Applies to