IVsTextMarkerContextProvider.RemoveLastContext(UInt32, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
已否决。 请勿使用。
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
参数
- dwReserved
- UInt32
请勿使用。
- pUC
- Object
请勿使用。