IDebugHelper.CreatePropertyBrowserEx 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.
public:
int CreatePropertyBrowserEx(System::Object ^ % pvar, System::String ^ bstrName, Microsoft::VisualStudio::Debugger::Interop::IDebugApplicationThread ^ pdat, Microsoft::VisualStudio::Debugger::Interop::IDebugFormatter ^ pdf, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugProperty ^ % ppdob);
public int CreatePropertyBrowserEx(ref object pvar, string bstrName, Microsoft.VisualStudio.Debugger.Interop.IDebugApplicationThread pdat, Microsoft.VisualStudio.Debugger.Interop.IDebugFormatter pdf, out Microsoft.VisualStudio.Debugger.Interop.IDebugProperty ppdob);
abstract member CreatePropertyBrowserEx : obj * string * Microsoft.VisualStudio.Debugger.Interop.IDebugApplicationThread * Microsoft.VisualStudio.Debugger.Interop.IDebugFormatter * IDebugProperty -> int
Public Function CreatePropertyBrowserEx (ByRef pvar As Object, bstrName As String, pdat As IDebugApplicationThread, pdf As IDebugFormatter, ByRef ppdob As IDebugProperty) As Integer
Parameters
- pvar
- Object
- bstrName
- String
- IDebugFormatter
- ppdob
- IDebugProperty