IVsMonitorUserContext.GetNextCtxBag(String, String) 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.
Method information is not provided. Do not use this method.
public:
int GetNextCtxBag([Runtime::InteropServices::Out] System::String ^ % pbstrAttrName, [Runtime::InteropServices::Out] System::String ^ % pbstrAttrVal);
int GetNextCtxBag([Runtime::InteropServices::Out] std::wstring const & & pbstrAttrName, [Runtime::InteropServices::Out] std::wstring const & & pbstrAttrVal);
public int GetNextCtxBag (out string pbstrAttrName, out string pbstrAttrVal);
abstract member GetNextCtxBag : string * string -> int
Public Function GetNextCtxBag (ByRef pbstrAttrName As String, ByRef pbstrAttrVal As String) As Integer
Parameters
- pbstrAttrName
- String
Do not use.
- pbstrAttrVal
- String
Do not use.