mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-04-05 17:37:51 +08:00
修改xml生成路径
This commit is contained in:
parent
fff14d9211
commit
293d5da657
@ -17,7 +17,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<DocumentationFile>D:\xhm\Documents\Visual Studio 2019\ConsoleApp1\CPF.Linux\CPF.Linux.xml</DocumentationFile>
|
||||
<DocumentationFile>bin\Debug\CPF.Linux.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -1,58 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>CPF.Linux</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="P:CPF.Linux.LinuxPlatform.EnabledTouch">
|
||||
<summary>
|
||||
启用触摸事件,之所有加上这个,因为部分Linux对XI2支持有问题
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CPF.Linux.XEventHandler">
|
||||
<summary>
|
||||
处理事件,返回值为true的时候不调用默认处理方法
|
||||
</summary>
|
||||
<param name="xEvent"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:CPF.Linux.CancelHandle.SetResult(System.Object)">
|
||||
<summary>
|
||||
设置数据,同时设置Cancel=true
|
||||
</summary>
|
||||
<param name="data"></param>
|
||||
</member>
|
||||
<member name="M:CPF.Linux.LinuxSynchronizationContext.Post(System.Threading.SendOrPostCallback,System.Object)">
|
||||
<summary>
|
||||
异步
|
||||
</summary>
|
||||
<param name="d"></param>
|
||||
<param name="state"></param>
|
||||
</member>
|
||||
<member name="F:CPF.Linux.XIMValuesList.count_values">
|
||||
unsigned short
|
||||
</member>
|
||||
<member name="F:CPF.Linux.XIMValuesList.supported_values">
|
||||
char**
|
||||
</member>
|
||||
<member name="F:CPF.Linux.XEventName.Expose">
|
||||
<summary>
|
||||
绘制
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CPF.Linux.X11Window.OnPropertyChange(System.IntPtr,System.Boolean,System.Nullable{CPF.Controls.WindowState})">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="atom"></param>
|
||||
<param name="hasValue"></param>
|
||||
<param name="windowState">部分Linux里会丢失状态消息</param>
|
||||
</member>
|
||||
<member name="F:CPF.Linux.XrmValue.size">
|
||||
unsigned int
|
||||
</member>
|
||||
<member name="F:CPF.Linux.XrmValue.addr">
|
||||
XPointer->char*
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
@ -16,7 +16,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<DocumentationFile>D:\xhm\Documents\Visual Studio 2019\ConsoleApp1\CPF.Mac\CPF.Mac.xml</DocumentationFile>
|
||||
<DocumentationFile>bin\Debug\CPF.Mac.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -1,18 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>CPF.Mac</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="P:CPF.Mac.CPFNSApplication.IsHandlingSendEvent">
|
||||
<summary>
|
||||
Cef需要用的属性
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CPF.Mac.CPFNSApplication.SetHandlingSendEvent(System.Boolean)">
|
||||
<summary>
|
||||
Cef需要用的属性
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
@ -16,7 +16,7 @@
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<DocumentationFile>D:\xhm\Documents\Visual Studio 2019\ConsoleApp1\CPF.Skia\CPF.Skia.xml</DocumentationFile>
|
||||
<DocumentationFile>bin\Debug\CPF.Skia.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
|
@ -1,77 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>CPF.Skia</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="M:CPF.Skia.Extension.MeasureAllChar(SkiaSharp.SKPaint,System.String)">
|
||||
<summary>
|
||||
计算每个字符的宽度,不能有换行符
|
||||
</summary>
|
||||
<param name="paint"></param>
|
||||
<param name="text"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:CPF.Skia.GlView">
|
||||
<summary>
|
||||
支持OpenGL绘制的控件
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CPF.Skia.PaintWrapper">
|
||||
<summary>
|
||||
Skia paint wrapper.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CPF.Skia.PaintWrapper.Dispose">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="P:CPF.Skia.SkiaDrawingFactory.ClearType">
|
||||
<summary>
|
||||
可以让字体显示更清晰,不过在透明背景下会有黑边
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CPF.Skia.SkiaDrawingFactory.UseGPU">
|
||||
<summary>
|
||||
尝试启用GPU加速,普通的界面不建议开启GPU,因为使用GPU加速后,普通界面加速效果不明显,但是内存占用会翻倍,尤其是使用GIF的时候,因为会缓存每一帧。
|
||||
需要有正确的显卡驱动配置,依赖OpenGL。Windows上需要开启了Dwm桌面混合(win7不能使用basic主题)的情况下才GPU加速效果。如果出现花屏或者界面不显示情况,请关闭硬件加速。
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CPF.Skia.SkiaPdf.CreatePdf(CPF.UIElement,System.String)">
|
||||
<summary>
|
||||
从指定控件生成PDF
|
||||
</summary>
|
||||
<param name="control">要生成的控件</param>
|
||||
<param name="Path">保存路径</param>
|
||||
</member>
|
||||
<member name="T:CPF.Skia.ThreeDEffect">
|
||||
<summary>
|
||||
3D变换只能支持Skia
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CPF.Skia.ThreeDEffect.X">
|
||||
<summary>
|
||||
-90到90
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CPF.Skia.ThreeDEffect.Y">
|
||||
<summary>
|
||||
-90到90
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CPF.Skia.ThreeDEffect.Z">
|
||||
<summary>
|
||||
-90到90
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CPF.Skia.ThreeDEffect.Depth">
|
||||
<summary>
|
||||
默认250
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CPF.Skia.ThreeDEffect.Scale">
|
||||
<summary>
|
||||
缩放值
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
@ -18,7 +18,7 @@
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<DefineConstants />
|
||||
<DocumentationFile>D:\xhm\Documents\Visual Studio 2019\ConsoleApp1\CPF.Windows\CPF.Windows.xml</DocumentationFile>
|
||||
<DocumentationFile>bin\Debug\CPF.Windows.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -1,900 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>CPF.Windows</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<!-- Badly formed XML comment ignored for member "F:CPF.Windows.ClipboardImpl.Text" -->
|
||||
<!-- Badly formed XML comment ignored for member "F:CPF.Windows.ClipboardImpl.UnicodeText" -->
|
||||
<!-- Badly formed XML comment ignored for member "F:CPF.Windows.ClipboardImpl.Dib" -->
|
||||
<member name="F:CPF.Windows.ClipboardImpl.Bitmap">
|
||||
<devdoc>
|
||||
<para>Specifies a Windows bitmap format. This <see langword='static '/> field is read-only.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ClipboardImpl.EnhancedMetafile">
|
||||
<devdoc>
|
||||
<para>Specifies the Windows enhanced metafile format. This
|
||||
<see langword='static '/> field is read-only.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ClipboardImpl.MetafilePict">
|
||||
<devdoc>
|
||||
<para>Specifies the Windows metafile format, which Win Forms
|
||||
does not directly use. This <see langword='static '/>
|
||||
field is read-only.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ClipboardImpl.SymbolicLink">
|
||||
<devdoc>
|
||||
<para>Specifies the Windows symbolic link format, which Win
|
||||
Forms does not directly use. This <see langword='static '/>
|
||||
field is read-only.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ClipboardImpl.Dif">
|
||||
<devdoc>
|
||||
<para>Specifies the Windows data interchange format, which Win
|
||||
Forms does not directly use. This <see langword='static '/>
|
||||
field is read-only.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ClipboardImpl.Tiff">
|
||||
<devdoc>
|
||||
<para>Specifies the Tagged Image File Format (TIFF), which Win
|
||||
Forms does not directly use. This <see langword='static '/>
|
||||
field is read-only.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ClipboardImpl.OemText">
|
||||
<devdoc>
|
||||
<para>Specifies the standard Windows original equipment
|
||||
manufacturer (OEM) text format. This <see langword='static '/> field is read-only.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ClipboardImpl.Palette">
|
||||
<devdoc>
|
||||
<para>Specifies the Windows palette format. This <see langword='static '/>
|
||||
field is read-only.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ClipboardImpl.PenData">
|
||||
<devdoc>
|
||||
<para>Specifies the Windows pen data format, which consists of
|
||||
pen strokes for handwriting software; Win Forms does not use this format. This
|
||||
<see langword='static '/>
|
||||
field is read-only.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ClipboardImpl.Riff">
|
||||
<devdoc>
|
||||
<para>Specifies the Resource Interchange File Format (RIFF)
|
||||
audio format, which Win Forms does not directly use. This <see langword='static '/> field is read-only.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ClipboardImpl.WaveAudio">
|
||||
<devdoc>
|
||||
<para>Specifies the wave audio format, which Win Forms does not
|
||||
directly use. This <see langword='static '/> field is read-only.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ClipboardImpl.FileDrop">
|
||||
<devdoc>
|
||||
<para>Specifies the Windows file drop format, which Win Forms
|
||||
does not directly use. This <see langword='static '/>
|
||||
field is read-only.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ClipboardImpl.Locale">
|
||||
<devdoc>
|
||||
<para>Specifies the Windows culture format, which Win Forms does
|
||||
not directly use. This <see langword='static '/> field is read-only.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ClipboardImpl.Html">
|
||||
<devdoc>
|
||||
<para>Specifies text consisting of HTML data. This
|
||||
<see langword='static '/> field is read-only.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ClipboardImpl.Rtf">
|
||||
<devdoc>
|
||||
<para>Specifies text consisting of Rich Text Format (RTF) data. This
|
||||
<see langword='static '/> field is read-only.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ClipboardImpl.CommaSeparatedValue">
|
||||
<devdoc>
|
||||
<para>Specifies a comma-separated value (CSV) format, which is a
|
||||
common interchange format used by spreadsheets. This format is not used directly
|
||||
by Win Forms. This <see langword='static '/>
|
||||
field is read-only.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.CreateParams.ClassName">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\CreateParams.uex" path="docs/doc[@for="CreateParams.ClassName"]/*" />
|
||||
<devdoc>
|
||||
Name of the window class to subclass. The default value for this field
|
||||
is null, indicating that the window is not a subclass of an existing
|
||||
window class. To subclass an existing window class, store the window
|
||||
class name in this field. For example, to subclass the standard edit
|
||||
control, set this field to "EDIT".
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.CreateParams.Caption">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\CreateParams.uex" path="docs/doc[@for="CreateParams.Caption"]/*" />
|
||||
<devdoc>
|
||||
The initial caption your control will have.
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.CreateParams.Style">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\CreateParams.uex" path="docs/doc[@for="CreateParams.Style"]/*" />
|
||||
<devdoc>
|
||||
Window style bits. This must be a combination of WS_XXX style flags and
|
||||
other control-specific style flags.
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.CreateParams.ExStyle">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\CreateParams.uex" path="docs/doc[@for="CreateParams.ExStyle"]/*" />
|
||||
<devdoc>
|
||||
Extended window style bits. This must be a combination of WS_EX_XXX
|
||||
style flags.
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.CreateParams.ClassStyle">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\CreateParams.uex" path="docs/doc[@for="CreateParams.ClassStyle"]/*" />
|
||||
<devdoc>
|
||||
Class style bits. This must be a combination of CS_XXX style flags. This
|
||||
field is ignored if the className field is not null.
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.CreateParams.X">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\CreateParams.uex" path="docs/doc[@for="CreateParams.X"]/*" />
|
||||
<devdoc>
|
||||
The left portion of the initial proposed location.
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.CreateParams.Y">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\CreateParams.uex" path="docs/doc[@for="CreateParams.Y"]/*" />
|
||||
<devdoc>
|
||||
The top portion of the initial proposed location.
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.CreateParams.Width">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\CreateParams.uex" path="docs/doc[@for="CreateParams.Width"]/*" />
|
||||
<devdoc>
|
||||
The initially proposed width.
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.CreateParams.Height">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\CreateParams.uex" path="docs/doc[@for="CreateParams.Height"]/*" />
|
||||
<devdoc>
|
||||
The initially proposed height.
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.CreateParams.Parent">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\CreateParams.uex" path="docs/doc[@for="CreateParams.Parent"]/*" />
|
||||
<devdoc>
|
||||
The controls parent.
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.CreateParams.Param">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\CreateParams.uex" path="docs/doc[@for="CreateParams.Param"]/*" />
|
||||
<devdoc>
|
||||
Any extra information that the underlying handle might want.
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.CreateParams.ToString">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\CreateParams.uex" path="docs/doc[@for="CreateParams.ToString"]/*" />
|
||||
<devdoc>
|
||||
<para>[To be supplied.]</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.STATSTG.pwcsName">
|
||||
<summary>
|
||||
Pointer to the name.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.STATSTG.cbSize">
|
||||
<summary>
|
||||
Size of the stream in bytes.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.STATSTG.grfMode">
|
||||
<summary>
|
||||
The stream mode.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.STATSTG.grfLocksSupported">
|
||||
<summary>
|
||||
Supported locking modes.
|
||||
<see href="https://docs.microsoft.com/en-us/windows/desktop/api/objidl/ne-objidl-taglocktype"/>
|
||||
</summary>
|
||||
<remarks>
|
||||
'0' means does not support lock modes.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.STATSTG.clsid">
|
||||
<remarks>
|
||||
Only for IStorage objects
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.STATSTG.grfStateBits">
|
||||
<remarks>
|
||||
Only valid for IStorage objects.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.STATSTG.FreeName">
|
||||
<summary>
|
||||
Caller is responsible for freeing the name memory.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.STATSTG.AllocName(System.String)">
|
||||
<summary>
|
||||
Callee is repsonsible for allocating the name memory.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.STGM.Default">
|
||||
<summary>
|
||||
Read only, and each change to a storage or stream element is written as it occurs.
|
||||
Fails if the given storage object already exists.
|
||||
[STGM_DIRECT] [STGM_READ] [STGM_FAILIFTHERE] [STGM_SHARE_DENY_WRITE]
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.Message.HWnd">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\Message.uex" path="docs/doc[@for="Message.HWnd"]/*" />
|
||||
<devdoc>
|
||||
<para>Specifies the window handle of the message.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.Message.Msg">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\Message.uex" path="docs/doc[@for="Message.Msg"]/*" />
|
||||
<devdoc>
|
||||
<para>Specifies the ID number for the message.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.Message.WParam">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\Message.uex" path="docs/doc[@for="Message.WParam"]/*" />
|
||||
<devdoc>
|
||||
<para>Specifies the <see cref="!:System.Windows.Forms.Message.wparam" /> of the message.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.Message.LParam">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\Message.uex" path="docs/doc[@for="Message.LParam"]/*" />
|
||||
<devdoc>
|
||||
<para>Specifies the <see cref="!:System.Windows.Forms.Message.lparam" /> of the message.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.Message.Result">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\Message.uex" path="docs/doc[@for="Message.Result"]/*" />
|
||||
<devdoc>
|
||||
<para>Specifies the return value of the message.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.Message.Create(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\Message.uex" path="docs/doc[@for="Message.Create"]/*" />
|
||||
<devdoc>
|
||||
<para>Creates a new <see cref="!:System.Windows.Forms.Message" /> object.</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.Message.Equals(System.Object)">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\Message.uex" path="docs/doc[@for="Message.Equals"]/*" />
|
||||
</member>
|
||||
<member name="M:CPF.Windows.Message.GetHashCode">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\Message.uex" path="docs/doc[@for="Message.GetHashCode"]/*" />
|
||||
</member>
|
||||
<member name="M:CPF.Windows.Message.ToString">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\Message.uex" path="docs/doc[@for="Message.ToString"]/*" />
|
||||
<internalonly />
|
||||
<devdoc>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.#ctor">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.NotifyIcon"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
Initializes a new instance of the <see cref="!:System.Windows.Forms.NotifyIcon" /> class.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="E:CPF.Windows.NotifyIcon.BalloonTipClicked">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\NotifyIcon.uex" path="docs/doc[@for="NotifyIcon.BalloonTipClicked"]/*" />
|
||||
<devdoc>
|
||||
<para>[This event is raised on the NIN_BALLOONUSERCLICK message.]</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="E:CPF.Windows.NotifyIcon.BalloonTipClosed">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\NotifyIcon.uex" path="docs/doc[@for="NotifyIcon.BalloonTipClosed"]/*" />
|
||||
<devdoc>
|
||||
<para>[This event is raised on the NIN_BALLOONTIMEOUT message.]</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="E:CPF.Windows.NotifyIcon.BalloonTipShown">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\NotifyIcon.uex" path="docs/doc[@for="NotifyIcon.BalloonTipShown"]/*" />
|
||||
<devdoc>
|
||||
<para>[This event is raised on the NIN_BALLOONSHOW or NIN_BALLOONHIDE message.]</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.NotifyIcon.BalloonTipIcon">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.BalloonTipIcon"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
Gets or sets the BalloonTip icon displayed when
|
||||
the mouse hovers over a system tray icon.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.NotifyIcon.BalloonTipTitle">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.BalloonTipTitle"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
Gets or sets the BalloonTip title displayed when
|
||||
the mouse hovers over a system tray icon.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.NotifyIcon.ContextMenu">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.ContextMenu"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
Gets or sets context menu
|
||||
for the tray icon.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.NotifyIcon.Icon">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.Icon"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
Gets or sets the current
|
||||
icon.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.NotifyIcon.Text">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.Text"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
Gets or sets the ToolTip text displayed when
|
||||
the mouse hovers over a system tray icon.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.NotifyIcon.Visible">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.Visible"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
Gets or sets a value indicating whether the icon is visible in the Windows System Tray.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="E:CPF.Windows.NotifyIcon.Click">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.Click"]/*" />
|
||||
<devdoc>
|
||||
Occurs when the user clicks the icon in the system tray.
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="E:CPF.Windows.NotifyIcon.DoubleClick">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.DoubleClick"]/*" />
|
||||
<devdoc>
|
||||
Occurs when the user double-clicks the icon in the system tray.
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="E:CPF.Windows.NotifyIcon.MouseDown">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.MouseDown"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
Occurs when the
|
||||
user presses a mouse button while the pointer is over the icon in the system tray.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="E:CPF.Windows.NotifyIcon.MouseMove">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.MouseMove"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
Occurs
|
||||
when the user moves the mouse pointer over the icon in the system tray.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="E:CPF.Windows.NotifyIcon.MouseUp">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.MouseUp"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
Occurs when the
|
||||
user releases the mouse button while the pointer
|
||||
is over the icon in the system tray.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.Dispose(System.Boolean)">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.Dispose"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
Disposes of the resources (other than memory) used by the
|
||||
<see cref="!:System.Windows.Forms.NotifyIcon" />.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.OnBalloonTipClosed">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.OnBalloonTipClosed"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
This method raised the BalloonTipClosed event.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.OnBalloonTipShown">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.OnBalloonTipShown"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
This method raised the BalloonTipShown event.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.OnClick(System.EventArgs)">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.OnClick"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
This method actually raises the Click event. Inheriting classes should
|
||||
override this if they wish to be notified of a Click event. (This is far
|
||||
preferable to actually adding an event handler.) They should not,
|
||||
however, forget to call base.onClick(e); before exiting, to ensure that
|
||||
other recipients do actually get the event.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.OnDoubleClick(System.EventArgs)">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.OnDoubleClick"]/*" />
|
||||
<devdoc>
|
||||
Inheriting classes should override this method to handle this event.
|
||||
Call base.onDoubleClick to send this event to any registered event listeners.
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.OnMouseClick(CPF.Windows.NotifyIconMouseEventArgs)">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.OnMouseClick"]/*" />
|
||||
<devdoc>
|
||||
Inheriting classes should override this method to handle this event.
|
||||
Call base.OnMouseClick to send this event to any registered event listeners.
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.OnMouseDoubleClick(CPF.Windows.NotifyIconMouseEventArgs)">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.OnMouseDoubleClick"]/*" />
|
||||
<devdoc>
|
||||
Inheriting classes should override this method to handle this event.
|
||||
Call base.OnMouseDoubleClick to send this event to any registered event listeners.
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.OnMouseDown(CPF.Windows.NotifyIconMouseEventArgs)">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.OnMouseDown"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
Raises the <see cref="!:System.Windows.Forms.NotifyIcon.MouseDown" /> event.
|
||||
Inheriting classes should override this method to handle this event.
|
||||
Call base.onMouseDown to send this event to any registered event listeners.
|
||||
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.OnMouseMove(CPF.Windows.NotifyIconMouseEventArgs)">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.OnMouseMove"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
Inheriting classes should override this method to handle this event.
|
||||
Call base.onMouseMove to send this event to any registered event listeners.
|
||||
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.OnMouseUp(CPF.Windows.NotifyIconMouseEventArgs)">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.OnMouseUp"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
Inheriting classes should override this method to handle this event.
|
||||
Call base.onMouseUp to send this event to any registered event listeners.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.ShowBalloonTip(System.Int32)">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.ShowBalloonTip"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
Displays a balloon tooltip in the taskbar.
|
||||
|
||||
The system enforces minimum and maximum timeout values. Timeout
|
||||
values that are too large are set to the maximum value and values
|
||||
that are too small default to the minimum value. The operating system's
|
||||
default minimum and maximum timeout values are 10 seconds and 30 seconds,
|
||||
respectively.
|
||||
|
||||
No more than one balloon ToolTip at at time is displayed for the taskbar.
|
||||
If an application attempts to display a ToolTip when one is already being displayed,
|
||||
the ToolTip will not appear until the existing balloon ToolTip has been visible for at
|
||||
least the system minimum timeout value. For example, a balloon ToolTip with timeout
|
||||
set to 30 seconds has been visible for seven seconds when another application attempts
|
||||
to display a balloon ToolTip. If the system minimum timeout is ten seconds, the first
|
||||
ToolTip displays for an additional three seconds before being replaced by the second ToolTip.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.ShowBalloonTip(System.Int32,System.String,System.String,CPF.Windows.ToolTipIcon)">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.ShowBalloonTip"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
Displays a balloon tooltip in the taskbar with the specified title,
|
||||
text, and icon for a duration of the specified timeout value.
|
||||
|
||||
The system enforces minimum and maximum timeout values. Timeout
|
||||
values that are too large are set to the maximum value and values
|
||||
that are too small default to the minimum value. The operating system's
|
||||
default minimum and maximum timeout values are 10 seconds and 30 seconds,
|
||||
respectively.
|
||||
|
||||
No more than one balloon ToolTip at at time is displayed for the taskbar.
|
||||
If an application attempts to display a ToolTip when one is already being displayed,
|
||||
the ToolTip will not appear until the existing balloon ToolTip has been visible for at
|
||||
least the system minimum timeout value. For example, a balloon ToolTip with timeout
|
||||
set to 30 seconds has been visible for seven seconds when another application attempts
|
||||
to display a balloon ToolTip. If the system minimum timeout is ten seconds, the first
|
||||
ToolTip displays for an additional three seconds before being replaced by the second ToolTip.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.ShowContextMenu">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.ShowContextMenu"]/*" />
|
||||
<devdoc>
|
||||
Shows the context menu for the tray icon.
|
||||
</devdoc>
|
||||
<internalonly />
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.UpdateIcon(System.Boolean)">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.UpdateIcon"]/*" />
|
||||
<devdoc>
|
||||
Updates the icon in the system tray.
|
||||
</devdoc>
|
||||
<internalonly />
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.WmMouseDown(CPF.Windows.Message@,CPF.Input.MouseButton,System.Int32)">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.WmMouseDown"]/*" />
|
||||
<devdoc>
|
||||
Handles the mouse-down event
|
||||
</devdoc>
|
||||
<internalonly />
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.WmMouseMove(CPF.Windows.Message@)">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.WmMouseMove"]/*" />
|
||||
<devdoc>
|
||||
Handles the mouse-move event
|
||||
</devdoc>
|
||||
<internalonly />
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.WmMouseUp(CPF.Windows.Message@,CPF.Input.MouseButton)">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.WmMouseUp"]/*" />
|
||||
<devdoc>
|
||||
Handles the mouse-up event
|
||||
</devdoc>
|
||||
<internalonly />
|
||||
</member>
|
||||
<member name="T:CPF.Windows.NotifyIcon.NotifyIconNativeWindow">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.NotifyIconNativeWindow"]/*" />
|
||||
<devdoc>
|
||||
Defines a placeholder window that the NotifyIcon is attached to.
|
||||
</devdoc>
|
||||
<internalonly />
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.NotifyIconNativeWindow.#ctor(CPF.Windows.NotifyIcon)">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.NotifyIconNativeWindow.NotifyIconNativeWindow"]/*" />
|
||||
<devdoc>
|
||||
Create a new NotifyIcon, and bind the window to the NotifyIcon component.
|
||||
</devdoc>
|
||||
<internalonly />
|
||||
</member>
|
||||
<member name="M:CPF.Windows.NotifyIcon.NotifyIconNativeWindow.WndProc(CPF.Windows.Message@)">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\TrayIcon.uex" path="docs/doc[@for="NotifyIcon.NotifyIconNativeWindow.WndProc"]/*" />
|
||||
<devdoc>
|
||||
Pass messages on to the NotifyIcon object's wndproc handler.
|
||||
</devdoc>
|
||||
<internalonly />
|
||||
</member>
|
||||
<member name="T:CPF.Windows.ToolTipIcon">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\ToolTipIcon.uex" path="docs/doc[@for="ToolTipIcon"]/*" />
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ToolTipIcon.None">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\ToolTipIcon.uex" path="docs/doc[@for="ToolTipIcon.None"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
No Icon.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ToolTipIcon.Info">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\ToolTipIcon.uex" path="docs/doc[@for="ToolTipIcon.InfoIcon"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
A Information Icon.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ToolTipIcon.Warning">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\ToolTipIcon.uex" path="docs/doc[@for="ToolTipIcon.WarningIcon"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
A Warning Icon.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.ToolTipIcon.Error">
|
||||
<!--未能插入某些或全部所包含的 XML --><include file="doc\ToolTipIcon.uex" path="docs/doc[@for="ToolTipIcon.ErrorIcon"]/*" />
|
||||
<devdoc>
|
||||
<para>
|
||||
A Error Icon.
|
||||
</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.IOleDataObject.GetData(CPF.Windows.FORMATETC@,CPF.Windows.STGMEDIUM@)">
|
||||
<summary>
|
||||
Called by a data consumer to obtain data from a source data object.
|
||||
The GetData method renders the data described in the specified FORMATETC
|
||||
structure and transfers it through the specified STGMEDIUM structure.
|
||||
The caller then assumes responsibility for releasing the STGMEDIUM structure.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.IOleDataObject.GetDataHere(CPF.Windows.FORMATETC@,CPF.Windows.STGMEDIUM@)">
|
||||
<summary>
|
||||
Called by a data consumer to obtain data from a source data object.
|
||||
This method differs from the GetData method in that the caller must
|
||||
allocate and free the specified storage medium.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.IOleDataObject.QueryGetData(CPF.Windows.FORMATETC@)">
|
||||
<summary>
|
||||
Determines whether the data object is capable of rendering the data
|
||||
described in the FORMATETC structure. Objects attempting a paste or
|
||||
drop operation can call this method before calling IDataObject::GetData
|
||||
to get an indication of whether the operation may be successful.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.IOleDataObject.GetCanonicalFormatEtc(CPF.Windows.FORMATETC@,CPF.Windows.FORMATETC@)">
|
||||
<summary>
|
||||
Provides a standard FORMATETC structure that is logically equivalent to one that is more
|
||||
complex. You use this method to determine whether two different
|
||||
FORMATETC structures would return the same data, removing the need
|
||||
for duplicate rendering.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.IOleDataObject.SetData(CPF.Windows.FORMATETC@,CPF.Windows.STGMEDIUM@,System.Boolean)">
|
||||
<summary>
|
||||
Called by an object containing a data source to transfer data to
|
||||
the object that implements this method.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.IOleDataObject.EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR)">
|
||||
<summary>
|
||||
Creates an object for enumerating the FORMATETC structures for a
|
||||
data object. These structures are used in calls to IDataObject::GetData
|
||||
or IDataObject::SetData.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.IOleDataObject.DAdvise(CPF.Windows.FORMATETC@,System.Runtime.InteropServices.ComTypes.ADVF,System.Runtime.InteropServices.ComTypes.IAdviseSink,System.Int32@)">
|
||||
<summary>
|
||||
Called by an object supporting an advise sink to create a connection between
|
||||
a data object and the advise sink. This enables the advise sink to be
|
||||
notified of changes in the data of the object.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.IOleDataObject.DUnadvise(System.Int32)">
|
||||
<summary>
|
||||
Destroys a notification connection that had been previously set up.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.IOleDataObject.EnumDAdvise(System.Runtime.InteropServices.ComTypes.IEnumSTATDATA@)">
|
||||
<summary>
|
||||
Creates an object that can be used to enumerate the current advisory connections.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.IEnumFORMATETC.Next(System.Int32,CPF.Windows.FORMATETC[],System.Int32[])">
|
||||
<devdoc>
|
||||
Retrieves the next celt items in the enumeration sequence. If there are
|
||||
fewer than the requested number of elements left in the sequence, it
|
||||
retrieves the remaining elements. The number of elements actually
|
||||
retrieved is returned through pceltFetched (unless the caller passed
|
||||
in NULL for that parameter).
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.IEnumFORMATETC.Skip(System.Int32)">
|
||||
<devdoc>
|
||||
Skips over the next specified number of elements in the enumeration sequence.
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.IEnumFORMATETC.Reset">
|
||||
<devdoc>
|
||||
Resets the enumeration sequence to the beginning.
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.IEnumFORMATETC.Clone(CPF.Windows.IEnumFORMATETC@)">
|
||||
<devdoc>
|
||||
Creates another enumerator that contains the same enumeration state as
|
||||
the current one. Using this function, a client can record a particular
|
||||
point in the enumeration sequence and then return to that point at a
|
||||
later time. The new enumerator supports the same interface as the original one.
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.OpenGL.Wgl.GlDebug(CPF.Windows.OpenGL.Wgl.DebugCallbackDelegate)">
|
||||
<summary>
|
||||
注册debug消息,委托要自己保存,不要直接用临时的Lambda
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.UnmanagedMethods.GetDIBits(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32,System.Byte[],CPF.Windows.UnmanagedMethods.BITMAPINFOHEADER@,CPF.Windows.DIB_Color_Mode)">
|
||||
<summary>
|
||||
Retrieves the bits of the specified compatible bitmap and copies them into a buffer as a DIB using the specified format.
|
||||
</summary>
|
||||
<param name="hdc">A handle to the device context.</param>
|
||||
<param name="hbmp">A handle to the bitmap. This must be a compatible bitmap (DDB).</param>
|
||||
<param name="uStartScan">The first scan line to retrieve.</param>
|
||||
<param name="cScanLines">The number of scan lines to retrieve.</param>
|
||||
<param name="lpvBits">A pointer to a buffer to receive the bitmap data. If this parameter is <see cref="F:System.IntPtr.Zero"/>, the function passes the dimensions and format of the bitmap to the <see cref="T:CPF.Windows.UnmanagedMethods.BITMAPINFO"/> structure pointed to by the <paramref name="lpbi"/> parameter.</param>
|
||||
<param name="lpbi">A pointer to a <see cref="T:CPF.Windows.UnmanagedMethods.BITMAPINFO"/> structure that specifies the desired format for the DIB data.</param>
|
||||
<param name="uUsage">The format of the bmiColors member of the <see cref="T:CPF.Windows.UnmanagedMethods.BITMAPINFO"/> structure. It must be one of the following values.</param>
|
||||
<returns>If the lpvBits parameter is non-NULL and the function succeeds, the return value is the number of scan lines copied from the bitmap.
|
||||
If the lpvBits parameter is NULL and GetDIBits successfully fills the <see cref="T:CPF.Windows.UnmanagedMethods.BITMAPINFO"/> structure, the return value is nonzero.
|
||||
If the function fails, the return value is zero.
|
||||
This function can return the following value: ERROR_INVALID_PARAMETER (87 (0×57))</returns>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.UnmanagedMethods.COPYDATASTRUCT.dwData">
|
||||
<summary>
|
||||
不使用
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.UnmanagedMethods.COPYDATASTRUCT.cbData">
|
||||
<summary>
|
||||
数据长度
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.UnmanagedMethods.COPYDATASTRUCT.lpData">
|
||||
<summary>
|
||||
数据地址
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.UnmanagedMethods.ClipboardFormat.CF_TEXT">
|
||||
<summary>
|
||||
Text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data. Use this format for ANSI text.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.UnmanagedMethods.ClipboardFormat.CF_BITMAP">
|
||||
<summary>
|
||||
A handle to a bitmap
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.UnmanagedMethods.ClipboardFormat.CF_DIB">
|
||||
<summary>
|
||||
A memory object containing a BITMAPINFO structure followed by the bitmap bits.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.UnmanagedMethods.ClipboardFormat.CF_UNICODETEXT">
|
||||
<summary>
|
||||
Unicode text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.UnmanagedMethods.ClipboardFormat.CF_HDROP">
|
||||
<summary>
|
||||
A handle to type HDROP that identifies a list of files.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.UnmanagedMethods.WINDOWPLACEMENT.Length">
|
||||
<summary>
|
||||
The length of the structure, in bytes. Before calling the GetWindowPlacement or SetWindowPlacement functions, set this member to sizeof(WINDOWPLACEMENT).
|
||||
<para>
|
||||
GetWindowPlacement and SetWindowPlacement fail if this member is not set correctly.
|
||||
</para>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.UnmanagedMethods.WINDOWPLACEMENT.Flags">
|
||||
<summary>
|
||||
Specifies flags that control the position of the minimized window and the method by which the window is restored.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.UnmanagedMethods.WINDOWPLACEMENT.ShowCmd">
|
||||
<summary>
|
||||
The current show state of the window.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.UnmanagedMethods.WINDOWPLACEMENT.MinPosition">
|
||||
<summary>
|
||||
The coordinates of the window's upper-left corner when the window is minimized.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.UnmanagedMethods.WINDOWPLACEMENT.MaxPosition">
|
||||
<summary>
|
||||
The coordinates of the window's upper-left corner when the window is maximized.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.UnmanagedMethods.WINDOWPLACEMENT.NormalPosition">
|
||||
<summary>
|
||||
The window's coordinates when the window is in the restored position.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.UnmanagedMethods.WINDOWPLACEMENT.Default">
|
||||
<summary>
|
||||
Gets the default (empty) value.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.TouchInputFlags.TOUCHEVENTF_MOVE">
|
||||
<summary>
|
||||
Movement has occurred. Cannot be combined with TOUCHEVENTF_DOWN.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.TouchInputFlags.TOUCHEVENTF_DOWN">
|
||||
<summary>
|
||||
The corresponding touch point was established through a new contact. Cannot be combined with TOUCHEVENTF_MOVE or TOUCHEVENTF_UP.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.TouchInputFlags.TOUCHEVENTF_UP">
|
||||
<summary>
|
||||
A touch point was removed.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.TouchInputFlags.TOUCHEVENTF_INRANGE">
|
||||
<summary>
|
||||
A touch point is in range. This flag is used to enable touch hover support on compatible hardware. Applications that do not want support for hover can ignore this flag.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.TouchInputFlags.TOUCHEVENTF_PRIMARY">
|
||||
<summary>
|
||||
Indicates that this TOUCHINPUT structure corresponds to a primary contact point. See the following text for more information on primary touch points.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.TouchInputFlags.TOUCHEVENTF_NOCOALESCE">
|
||||
<summary>
|
||||
When received using GetTouchInputInfo, this input was not coalesced.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.TouchInputFlags.TOUCHEVENTF_PALM">
|
||||
<summary>
|
||||
The touch event came from the user's palm.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CPF.Windows.STATFLAG">
|
||||
<summary>
|
||||
Stat flags for <see cref="!:IStream.Stat(out STATSTG, STATFLAG)"/>.
|
||||
<see href="https://docs.microsoft.com/en-us/windows/desktop/api/wtypes/ne-wtypes-tagstatflag"/>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.STATFLAG.STATFLAG_DEFAULT">
|
||||
<summary>
|
||||
Stat includes the name.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.STATFLAG.STATFLAG_NONAME">
|
||||
<summary>
|
||||
Stat doesn't include the name.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:CPF.Windows.WindowImpl.ScalingChangedPosition">
|
||||
<summary>
|
||||
为了防止多屏幕拖动的时候抖动
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.WindowImpl.WndPro">
|
||||
<summary>
|
||||
处理WindowProc
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.WindowImpl.RenderBitmap">
|
||||
<summary>
|
||||
RenderToBitmap=true,图像渲染到这个位图里,界面将不显示
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CPF.Windows.WindowImpl.Bounds">
|
||||
<summary>
|
||||
窗体位置和尺寸,屏幕像素
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CPF.Windows.WindowsPlatform.#ctor(System.Boolean)">
|
||||
<summary>
|
||||
初始化Windows平台
|
||||
</summary>
|
||||
<param name="RegisterForMarshalling">net5以上才有用的,为了兼容aot,自动注册COM的。 如果你要使用Winform控件出现com问题,你可以把这个改成false</param>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
@ -20,7 +20,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<DocumentationFile>D:\xhm\Documents\Visual Studio 2019\ConsoleApp1\CPF\CPF.xml</DocumentationFile>
|
||||
<DocumentationFile>bin\Debug\CPF.xml</DocumentationFile>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<Optimize>false</Optimize>
|
||||
</PropertyGroup>
|
||||
|
16671
CPF/CPF.xml
16671
CPF/CPF.xml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user