Example #1
0
 /// <include file='doc\WindowPane.uex' path='docs/doc[@for="WindowPane.IVsWindowPane.GetDefaultSize"]/*' />
 /// <internalonly/>
 /// <devdoc>
 /// IVsWindowPane implementation.
 /// </devdoc>
 int IVsWindowPane.GetDefaultSize(SIZE[] size) {
     return NativeMethods.E_NOTIMPL;
 }
Example #2
0
 /// <include file='doc\WindowPane.uex' path='docs/doc[@for="WindowPane.IVsUIElementPane.GetDefaultSize"]/*' />
 /// <internalonly/>
 /// <devdoc>
 /// IVsUIElementPane implementation.
 /// </devdoc>
 int IVsUIElementPane.GetDefaultUIElementSize(SIZE[] size)
 {
     return NativeMethods.E_NOTIMPL;
 }