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

GetSize() public method

Returns the size, in bytes, of the property value. Not implemented. (http://msdn.microsoft.com/en-ca/library/bb145093.aspx)
public GetSize ( uint &pdwSize ) : int
pdwSize uint Returns the size, in bytes, of the property value.
return int
        public int GetSize(out uint pdwSize)
        {
            throw new Exception("The method or operation is not implemented.");
        }