Exemplo n.º 1
0
    private static void IEnumDebugPropertyInfo(IEnumDebugPropertyInfo info)
    {
        var     span   = new DebugPropertyInfo[2];
        HRESULT result = info.Next(span, out uint initialized);

        info.Clone(out IEnumDebugPropertyInfo ppepi);
    }
Exemplo n.º 2
0
 public int GetPropertyInfo(uint dwFieldSpec, uint nRadix, DebugPropertyInfo[] pPropertyInfo)
 {
   return VSConstants.E_NOTIMPL;
 }