IPropertyProxyProvider.GetPropertyProxy(UInt32, IPropertyProxyEESide) 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 GetPropertyProxy(System::UInt32 dwID, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IPropertyProxyEESide ^ % proxy);
public int GetPropertyProxy(uint dwID, out Microsoft.VisualStudio.Debugger.Interop.IPropertyProxyEESide proxy);
abstract member GetPropertyProxy : uint32 * IPropertyProxyEESide -> int
Public Function GetPropertyProxy (dwID As UInteger, ByRef proxy As IPropertyProxyEESide) As Integer
Parameters
- dwID
- UInt32
- proxy
- IPropertyProxyEESide