Practical .NET2 and C#2 Cross-Reference
![]() | By Patrick Smacchia |
![]() | ![]() | ![]() | ![]() | ![]() |
Page 260 Using the #definedirective, you can define an entity which can be used by the preprocessor to modify the source code based on the presence of this entity. This is accomplished using the #if #elif #else and #endif directives: | Page 55 Merge Module Project: creates a deployment module. Such a module can be integrated into other deployment projects. This means that a deployment module can be common to several deployment projects. Note that the notion of module here isnt the same as the notion of assembly module. | Page 3 ...y testable versions. You must also facilitate the communication and the sharing of information between the members of a team using flexible tools available in different versions, each one adapted to a specific function. The human factor is central in XP. Other principles are also put in place such a... | Page 67 ...by analyzing the IL code of the executable assembly as well as the code of referenced assemblies. Depending on the size of your application, this process can take some time, maybe even a few minutes. You can use this command line tool to construct the set of permissions into an XML file. This conten... | Page 724 ...ring execution. The update of a source file provokes its recompilation while the update of an assembly in the /bin folder causes it to be reloaded by the CLR. This reloading mechanism of an assembly uses a feature named shadow copy of the CLR which is described at page 88. Finally know that the aspn... |
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.
The following tables list the members exposed by the IAccessible type.
Public Properties
| Name | Description | |
|---|---|---|
![]() | accChild | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
![]() | accChildCount | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
![]() | accDefaultAction | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
![]() | accDescription | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
![]() | accFocus | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
![]() | accHelp | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
![]() | accHelpTopic | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
![]() | accKeyboardShortcut | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
![]() | accName | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
![]() | accParent | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
![]() | accRole | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
![]() | accSelection | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
![]() | accState | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
![]() | accValue | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
Public Methods
| Name | Description | |
|---|---|---|
![]() | accDoDefaultAction | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
![]() | accHitTest | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
![]() | accLocation | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
![]() | accNavigate | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
![]() | accSelect | The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface. |
See Also









