| |
|
IList 接口 (System.Collections)
using System; using System.Collections; class Program { static void Main() { SimpleList test = new SimpleList(); // Populate the List Console.WriteLine( ...
msdn.microsoft.com/zh-cn/library/system.collections.ilist.aspx
|
|
body Object (document, HTMLDocument Constructor)
Specifies the beginning and end of the document body.
msdn.microsoft.com/zh-cn/library/ms535205(en-us,VS.85).aspx
|
|
KeyedCollection(TKey, TItem) 类 (System.Collections.ObjectModel)
Imports System Imports System.Collections.Generic Imports System.Collections.ObjectModel ' This class represents a very simple keyed list of OrderItems, ' inheriting most of its ...
msdn.microsoft.com/zh-cn/library/ms132438.aspx
|
|
KeyedCollection 泛型类 (System.Collections.ObjectModel)
注意:此类在 .NET Framework 2.0 版中是新增的。 提供集合键嵌入在值中的集合的抽象基类。 命名空间: System.Collections.ObjectModel
msdn.microsoft.com/zh-cn/library/ms132438(VS.80).aspx
|
|
CollectionBase 类 (System.Collections)
为强类型集合提供 abstract 基类。 ... using System; using System.Collections; public class Int16Collection : CollectionBase { public Int16 this [ int index ] { get ...
msdn.microsoft.com/zh-cn/library/system.collections.collectionbase.aspx
|
|
Visual C++ Libraries as Shared Side-by-Side Assemblies
In Visual C++ 2005, the ATL, MFC, Standard C++, and CRT libraries support the new deployment model available on Windows XP, Windows Server 2003, and Windows Vista. The DLLs ...
msdn.microsoft.com/zh-cn/library/ms235624.aspx
|
|
AccessibleObject 类 (System.Windows.Forms)
提供辅助功能应用程序用于调整应用程序的用户界面 (ui) 的信息,以方便有障碍用户使用。
msdn.microsoft.com/zh-cn/library/system.windows.forms.accessibleobject(VS.80).aspx
|
|
Microsoft.Web.Management.Server 命名空间 ()
The Server API implements the server portion of a management feature in IIS 管理器.
msdn.microsoft.com/zh-cn/library/microsoft.web.management.server.aspx
|
|
WebBrowser Customization
This tutorial shows you several ways to customize the "out of the box" behavior and appearance of the WebBrowser Control. You'll see how to use the advanced hosting ...
msdn.microsoft.com/zh-cn/library/aa770041(en-us,VS.85).aspx
|
|
Microsoft.VisualStudio.VCProjectEngine Namespace ()
Class Description _dispVCProjectEngineEvents_SinkHelper: Infrastructure. Microsoft Internal Use Only. VCProjectEngineEventsClass: Infrastructure. Refer to VCProjectEngineEvents for ...
msdn.microsoft.com/zh-cn/library/microsoft.visualstudio.vcprojectengine.aspx
|