VSNDK.DebugEngine.AD7Property.GetParent C# (CSharp) Method

GetParent() public method

Returns the parent of a property. (http://msdn.microsoft.com/en-ca/library/bb146184.aspx) Not implemented.
public GetParent ( IDebugProperty2 &ppParent ) : int
ppParent IDebugProperty2 Returns an IDebugProperty2 object that represents the parent of the property.
return int
        public int GetParent(out IDebugProperty2 ppParent)
        {
            throw new Exception("The method or operation is not implemented.");
        }