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