ExtensionMethods Class
Microsoft internal use only.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.PlatformUI.ExtensionMethods
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class ExtensionMethods
public static class ExtensionMethods
[ExtensionAttribute]
public ref class ExtensionMethods abstract sealed
[<AbstractClass>]
[<Sealed>]
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>(Visual) |
|
|
FindAncestor<TElementType>(TElementType, Func<TElementType, TElementType>, Func<TElementType, Boolean>) |
|
|
FindAncestor<TAncestorType, TElementType>(TElementType, Func<TElementType, TElementType>) |
Microsoft internal use only. |
|
FindAncestorOrSelf<TAncestorType>(Visual) |
|
|
FindAncestorOrSelf<TElementType>(TElementType, Func<TElementType, TElementType>, Func<TElementType, Boolean>) |
|
|
FindAncestorOrSelf<TAncestorType, TElementType>(TElementType, Func<TElementType, TElementType>) |
|
|
FindCommonAncestor(DependencyObject, DependencyObject) |
Microsoft internal use only. |
|
FindCommonAncestor<T>(T, T, Func<T, T>) |
Microsoft internal use only. |
|
FindDescendant<T> |
Microsoft internal use only. |
|
FindDescendantReverse<T> |
|
|
FindDescendants<T> |
Microsoft internal use only. |
|
FindDescendantsReverse<T> |
Microsoft internal use only. |
|
GetVisualOrLogicalParent |
Microsoft internal use only. |
|
IsAncestorOf<TElementType> |
Microsoft internal use only. |
|
IsClipped |
|
|
IsConnectedToPresentationSource |
Microsoft internal use only. |
|
IsLogicalAncestorOf |
Microsoft internal use only. |
|
IsNearlyEqual |
Microsoft internal use only. |
|
IsNonreal |
Microsoft internal use only. |
|
IsSignificantlyGreaterThan |
|
|
IsSignificantlyLessThan |
|
|
IsTextTrimmed |
|
|
IsTopmost |
Microsoft internal use only. |
|
IsTrimmed |
|
|
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