ExtensionMethods Class
Microsoft internal use only.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.PlatformUI.ExtensionMethods
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
<ExtensionAttribute> _
Public NotInheritable Class ExtensionMethods
[CLSCompliantAttribute(false)]
public static class ExtensionMethods
[CLSCompliantAttribute(false)]
[ExtensionAttribute]
public ref class ExtensionMethods abstract sealed
[<AbstractClass>]
[<Sealed>]
[<CLSCompliantAttribute(false)>]
type ExtensionMethods = class end
public final class ExtensionMethods
The ExtensionMethods type exposes the following members.
Methods
|
AcquireWin32Focus |
Microsoft internal use only. |
|
CopyTo |
Microsoft internal use only. |
|
FindAncestor<TAncestorType>(DependencyObject) |
Microsoft internal use only. |
|
FindAncestor<TAncestorType, TElementType>(TElementType, Func<T, TResult>) |
|
|
FindAncestorOrSelf<TAncestorType> |
Microsoft internal use only. |
|
FindCommonAncestor(DependencyObject, DependencyObject) |
Microsoft internal use only. |
|
FindCommonAncestor<T>(T, T, Func<T, TResult>) |
|
|
FindDescendant<T> |
Microsoft internal use only. |
|
FindDescendants<T> |
Microsoft internal use only. |
|
FindDescendantsReverse<T> |
Microsoft internal use only. |
|
GetVisualOrLogicalParent |
Microsoft internal use only. |
|
IsAncestorOf<TElementType> |
|
|
IsConnectedToPresentationSource |
Microsoft internal use only. |
|
IsLogicalAncestorOf |
Microsoft internal use only. |
|
IsNearlyEqual |
Microsoft internal use only. |
|
IsNonreal |
Microsoft internal use only. |
|
IsSignificantlyGreater |
|
|
IsTopmost |
Microsoft internal use only. |
|
RaiseEvent(EventHandler, Object) |
Microsoft internal use only. |
|
RaiseEvent(CancelEventHandler, Object, CancelEventArgs) |
Microsoft internal use only. |
|
RaiseEvent(EventHandler, Object, EventArgs) |
Microsoft internal use only. |
|
RaiseEvent<TEventArgs>(EventHandler<TEventArgs>, Object, TEventArgs) |
Microsoft internal use only. |
|
ThrowIfNullOrEmpty |
Microsoft internal use only. |
|
ToPOINTL |
Microsoft internal use only. |
|
TraverseVisualTree<T> |
Microsoft internal use only. |
|
TraverseVisualTreeReverse<T> |
Microsoft internal use only. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.PlatformUI Namespace