public class SelectionItemProviderWrapper : MarshalByRefObject,
ISelectionItemProvider
Public Class SelectionItemProviderWrapper
Inherits MarshalByRefObject
Implements ISelectionItemProvider
public ref class SelectionItemProviderWrapper : public MarshalByRefObject,
ISelectionItemProvider
type SelectionItemProviderWrapper =
class
inherit MarshalByRefObject
interface ISelectionItemProvider
end
IsSelected | Gets a value that indicates whether an item is selected. |
SelectionContainer | Gets the UI Automation provider that implements ISelectionProvider and acts as the container for the calling object. |
AddToSelection | Adds the current element to the collection of selected items. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Унаследован от MarshalByRefObject) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Унаследован от MarshalByRefObject) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Унаследован от MarshalByRefObject) |
RemoveFromSelection | Removes the current element from the collection of selected items. |
Select | Deselects any selected items and then selects the current element. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Wrap |