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