Sdílet prostřednictvím


TodoTag Members

Represents the ToDo list.

The following tables list the members exposed by the TodoTag type.

Public Constructors

  Name Description
  TodoTag Initializes a new instance of the TodoTag class.

Top

Public Fields

  Name Description
public field static CompletedProperty  

Top

Public Properties

(see also Protected Properties)

  Name Description
public property AllowDrop  (inherited from UIElement)
public property AreAnyTouchesCaptured  (inherited from UIElement)
public property AreAnyTouchesCapturedWithin  (inherited from UIElement)
public property AreAnyTouchesDirectlyOver  (inherited from UIElement)
public property AreAnyTouchesOver  (inherited from UIElement)
public property BitmapEffect  Obsolete.  (inherited from UIElement)
public property BitmapEffectInput  Obsolete.  (inherited from UIElement)
public property CacheMode  (inherited from UIElement)
public property Clip  (inherited from UIElement)
public property ClipToBounds  (inherited from UIElement)
public property CommandBindings  (inherited from UIElement)
public property completed Gets or sets a Boolean value that specifies whether the Todo tag is completed.
public property Data Gets or sets the todo data.
public property DependencyObjectType  (inherited from DependencyObject)
public property DesiredSize  (inherited from UIElement)
public property Dispatcher  (inherited from DispatcherObject)
public property Effect  (inherited from UIElement)
public property Focusable  (inherited from UIElement)
public property HasAnimatedProperties  (inherited from UIElement)
public property InputBindings  (inherited from UIElement)
public property IsArrangeValid  (inherited from UIElement)
public property IsEnabled  (inherited from UIElement)
public property IsFocused  (inherited from UIElement)
public property IsHitTestVisible  (inherited from UIElement)
public property IsInputMethodEnabled  (inherited from UIElement)
public property IsKeyboardFocused  (inherited from UIElement)
public property IsKeyboardFocusWithin  (inherited from UIElement)
public property IsManipulationEnabled  (inherited from UIElement)
public property IsMeasureValid  (inherited from UIElement)
public property IsMouseCaptured  (inherited from UIElement)
public property IsMouseCaptureWithin  (inherited from UIElement)
public property IsMouseDirectlyOver  (inherited from UIElement)
public property IsMouseOver  (inherited from UIElement)
public property IsSealed  (inherited from DependencyObject)
public property IsStylusCaptured  (inherited from UIElement)
public property IsStylusCaptureWithin  (inherited from UIElement)
public property IsStylusDirectlyOver  (inherited from UIElement)
public property IsStylusOver  (inherited from UIElement)
public property IsVisible  (inherited from UIElement)
public property Opacity  (inherited from UIElement)
public property OpacityMask  (inherited from UIElement)
public property PersistId  Obsolete.  (inherited from UIElement)
public property RenderSize  (inherited from UIElement)
public property RenderTransform  (inherited from UIElement)
public property RenderTransformOrigin  (inherited from UIElement)
public property SnapsToDevicePixels  (inherited from UIElement)
public property Todo Gets or sets the tag.
public property TouchesCaptured  (inherited from UIElement)
public property TouchesCapturedWithin  (inherited from UIElement)
public property TouchesDirectlyOver  (inherited from UIElement)
public property TouchesOver  (inherited from UIElement)
public property Uid  (inherited from UIElement)
public property Visibility  (inherited from UIElement)

Top

Protected Properties

  Name Description
protected property IsEnabledCore  (inherited from UIElement)
protected property StylusPlugIns  (inherited from UIElement)
protected property VisualChildrenCount  (inherited from Visual)
protected property VisualParent  (inherited from Visual)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AddHandler  (inherited from UIElement)
public method AddHandler  (inherited from UIElement)
public method AddToEventRoute  (inherited from UIElement)
public method ApplyAnimationClock  (inherited from UIElement)
public method ApplyAnimationClock  (inherited from UIElement)
public method Arrange  (inherited from UIElement)
public method BeginAnimation  (inherited from UIElement)
public method BeginAnimation  (inherited from UIElement)
public method CaptureMouse  (inherited from UIElement)
public method CaptureStylus  (inherited from UIElement)
public method CaptureTouch  (inherited from UIElement)
public method CheckAccess  (inherited from DispatcherObject)
public method ClearValue  (inherited from DependencyObject)
public method ClearValue  (inherited from DependencyObject)
public method CoerceValue  (inherited from DependencyObject)
public method Equals  Overridden. (inherited from Object)
public method FindCommonVisualAncestor  (inherited from Visual)
public method Focus  (inherited from UIElement)
public method GetAnimationBaseValue  (inherited from UIElement)
public method GetHashCode  Overridden. (inherited from Object)
public method GetLocalValueEnumerator  (inherited from DependencyObject)
public method GetType  (inherited from Object)
public method GetValue  (inherited from DependencyObject)
public method InputHitTest  (inherited from UIElement)
public method InvalidateArrange  (inherited from UIElement)
public method InvalidateMeasure  (inherited from UIElement)
public method InvalidateProperty  (inherited from DependencyObject)
public method InvalidateVisual  (inherited from UIElement)
public method IsAncestorOf  (inherited from Visual)
public method IsDescendantOf  (inherited from Visual)
public method Measure  (inherited from UIElement)
public method MoveFocus  (inherited from UIElement)
public method PointFromScreen  (inherited from Visual)
public method PointToScreen  (inherited from Visual)
public method PredictFocus  (inherited from UIElement)
public method RaiseEvent  (inherited from UIElement)
public method ReadLocalValue  (inherited from DependencyObject)
public method ReleaseAllTouchCaptures  (inherited from UIElement)
public method ReleaseMouseCapture  (inherited from UIElement)
public method ReleaseStylusCapture  (inherited from UIElement)
public method ReleaseTouchCapture  (inherited from UIElement)
public method RemoveHandler  (inherited from UIElement)
public method SetCurrentValue  (inherited from DependencyObject)
public method SetValue  (inherited from DependencyObject)
public method SetValue  (inherited from DependencyObject)
public method ShouldSerializeCommandBindings  (inherited from UIElement)
public method ShouldSerializeInputBindings  (inherited from UIElement)
public method ToString  (inherited from Object)
public method TransformToAncestor  (inherited from Visual)
public method TransformToAncestor  (inherited from Visual)
public method TransformToDescendant  (inherited from Visual)
public method TransformToVisual  (inherited from Visual)
public method TranslatePoint  (inherited from UIElement)
public method UpdateLayout  (inherited from UIElement)
public method VerifyAccess  (inherited from DispatcherObject)

Top

Protected Methods

  Name Description
protected method AddVisualChild  (inherited from Visual)
protected method ArrangeCore  (inherited from UIElement)
protected method Finalize  (inherited from Object)
protected method GetLayoutClip  (inherited from UIElement)
protected method GetVisualChild  (inherited from Visual)
protected method HitTestCore  Overridden. (inherited from Visual)
protected method HitTestCore  Overridden. (inherited from Visual)
protected method MeasureCore  (inherited from UIElement)
protected method MemberwiseClone  (inherited from Object)
protected method OnAccessKey  (inherited from UIElement)
protected method OnChildDesiredSizeChanged  (inherited from UIElement)
protected method OnCreateAutomationPeer  (inherited from UIElement)
protected method OnDragEnter  (inherited from UIElement)
protected method OnDragLeave  (inherited from UIElement)
protected method OnDragOver  (inherited from UIElement)
protected method OnDrop  (inherited from UIElement)
protected method OnGiveFeedback  (inherited from UIElement)
protected method OnGotFocus  (inherited from UIElement)
protected method OnGotKeyboardFocus  (inherited from UIElement)
protected method OnGotMouseCapture  (inherited from UIElement)
protected method OnGotStylusCapture  (inherited from UIElement)
protected method OnGotTouchCapture  (inherited from UIElement)
protected method OnIsKeyboardFocusedChanged  (inherited from UIElement)
protected method OnIsKeyboardFocusWithinChanged  (inherited from UIElement)
protected method OnIsMouseCapturedChanged  (inherited from UIElement)
protected method OnIsMouseCaptureWithinChanged  (inherited from UIElement)
protected method OnIsMouseDirectlyOverChanged  (inherited from UIElement)
protected method OnIsStylusCapturedChanged  (inherited from UIElement)
protected method OnIsStylusCaptureWithinChanged  (inherited from UIElement)
protected method OnIsStylusDirectlyOverChanged  (inherited from UIElement)
protected method OnKeyDown  (inherited from UIElement)
protected method OnKeyUp  (inherited from UIElement)
protected method OnLostFocus  (inherited from UIElement)
protected method OnLostKeyboardFocus  (inherited from UIElement)
protected method OnLostMouseCapture  (inherited from UIElement)
protected method OnLostStylusCapture  (inherited from UIElement)
protected method OnLostTouchCapture  (inherited from UIElement)
protected method OnManipulationBoundaryFeedback  (inherited from UIElement)
protected method OnManipulationCompleted  (inherited from UIElement)
protected method OnManipulationDelta  (inherited from UIElement)
protected method OnManipulationInertiaStarting  (inherited from UIElement)
protected method OnManipulationStarted  (inherited from UIElement)
protected method OnManipulationStarting  (inherited from UIElement)
protected method OnMouseDown  (inherited from UIElement)
protected method OnMouseEnter  (inherited from UIElement)
protected method OnMouseLeave  (inherited from UIElement)
protected method OnMouseLeftButtonDown  (inherited from UIElement)
protected method OnMouseLeftButtonUp  (inherited from UIElement)
protected method OnMouseMove  (inherited from UIElement)
protected method OnMouseRightButtonDown  (inherited from UIElement)
protected method OnMouseRightButtonUp  (inherited from UIElement)
protected method OnMouseUp  (inherited from UIElement)
protected method OnMouseWheel  (inherited from UIElement)
protected method OnPreviewDragEnter  (inherited from UIElement)
protected method OnPreviewDragLeave  (inherited from UIElement)
protected method OnPreviewDragOver  (inherited from UIElement)
protected method OnPreviewDrop  (inherited from UIElement)
protected method OnPreviewGiveFeedback  (inherited from UIElement)
protected method OnPreviewGotKeyboardFocus  (inherited from UIElement)
protected method OnPreviewKeyDown  (inherited from UIElement)
protected method OnPreviewKeyUp  (inherited from UIElement)
protected method OnPreviewLostKeyboardFocus  (inherited from UIElement)
protected method OnPreviewMouseDown  (inherited from UIElement)
protected method OnPreviewMouseLeftButtonDown  (inherited from UIElement)
protected method OnPreviewMouseLeftButtonUp  (inherited from UIElement)
protected method OnPreviewMouseMove  (inherited from UIElement)
protected method OnPreviewMouseRightButtonDown  (inherited from UIElement)
protected method OnPreviewMouseRightButtonUp  (inherited from UIElement)
protected method OnPreviewMouseUp  (inherited from UIElement)
protected method OnPreviewMouseWheel  (inherited from UIElement)
protected method OnPreviewQueryContinueDrag  (inherited from UIElement)
protected method OnPreviewStylusButtonDown  (inherited from UIElement)
protected method OnPreviewStylusButtonUp  (inherited from UIElement)
protected method OnPreviewStylusDown  (inherited from UIElement)
protected method OnPreviewStylusInAirMove  (inherited from UIElement)
protected method OnPreviewStylusInRange  (inherited from UIElement)
protected method OnPreviewStylusMove  (inherited from UIElement)
protected method OnPreviewStylusOutOfRange  (inherited from UIElement)
protected method OnPreviewStylusSystemGesture  (inherited from UIElement)
protected method OnPreviewStylusUp  (inherited from UIElement)
protected method OnPreviewTextInput  (inherited from UIElement)
protected method OnPreviewTouchDown  (inherited from UIElement)
protected method OnPreviewTouchMove  (inherited from UIElement)
protected method OnPreviewTouchUp  (inherited from UIElement)
protected method OnPropertyChanged  (inherited from DependencyObject)
protected method OnQueryContinueDrag  (inherited from UIElement)
protected method OnQueryCursor  (inherited from UIElement)
protected method OnRender  (inherited from UIElement)
protected method OnStylusButtonDown  (inherited from UIElement)
protected method OnStylusButtonUp  (inherited from UIElement)
protected method OnStylusDown  (inherited from UIElement)
protected method OnStylusEnter  (inherited from UIElement)
protected method OnStylusInAirMove  (inherited from UIElement)
protected method OnStylusInRange  (inherited from UIElement)
protected method OnStylusLeave  (inherited from UIElement)
protected method OnStylusMove  (inherited from UIElement)
protected method OnStylusOutOfRange  (inherited from UIElement)
protected method OnStylusSystemGesture  (inherited from UIElement)
protected method OnStylusUp  (inherited from UIElement)
protected method OnTextInput  (inherited from UIElement)
protected method OnTouchDown  (inherited from UIElement)
protected method OnTouchEnter  (inherited from UIElement)
protected method OnTouchLeave  (inherited from UIElement)
protected method OnTouchMove  (inherited from UIElement)
protected method OnTouchUp  (inherited from UIElement)
protected method RemoveVisualChild  (inherited from Visual)

Top

Public Events

  Name Description
public event DragEnter  (inherited from UIElement)
public event DragLeave  (inherited from UIElement)
public event DragOver  (inherited from UIElement)
public event Drop  (inherited from UIElement)
public event FocusableChanged  (inherited from UIElement)
public event GiveFeedback  (inherited from UIElement)
public event GotFocus  (inherited from UIElement)
public event GotKeyboardFocus  (inherited from UIElement)
public event GotMouseCapture  (inherited from UIElement)
public event GotStylusCapture  (inherited from UIElement)
public event GotTouchCapture  (inherited from UIElement)
public event IsEnabledChanged  (inherited from UIElement)
public event IsHitTestVisibleChanged  (inherited from UIElement)
public event IsKeyboardFocusedChanged  (inherited from UIElement)
public event IsKeyboardFocusWithinChanged  (inherited from UIElement)
public event IsMouseCapturedChanged  (inherited from UIElement)
public event IsMouseCaptureWithinChanged  (inherited from UIElement)
public event IsMouseDirectlyOverChanged  (inherited from UIElement)
public event IsStylusCapturedChanged  (inherited from UIElement)
public event IsStylusCaptureWithinChanged  (inherited from UIElement)
public event IsStylusDirectlyOverChanged  (inherited from UIElement)
public event IsVisibleChanged  (inherited from UIElement)
public event KeyDown  (inherited from UIElement)
public event KeyUp  (inherited from UIElement)
public event LayoutUpdated  (inherited from UIElement)
public event LostFocus  (inherited from UIElement)
public event LostKeyboardFocus  (inherited from UIElement)
public event LostMouseCapture  (inherited from UIElement)
public event LostStylusCapture  (inherited from UIElement)
public event LostTouchCapture  (inherited from UIElement)
public event ManipulationBoundaryFeedback  (inherited from UIElement)
public event ManipulationCompleted  (inherited from UIElement)
public event ManipulationDelta  (inherited from UIElement)
public event ManipulationInertiaStarting  (inherited from UIElement)
public event ManipulationStarted  (inherited from UIElement)
public event ManipulationStarting  (inherited from UIElement)
public event MouseDown  (inherited from UIElement)
public event MouseEnter  (inherited from UIElement)
public event MouseLeave  (inherited from UIElement)
public event MouseLeftButtonDown  (inherited from UIElement)
public event MouseLeftButtonUp  (inherited from UIElement)
public event MouseMove  (inherited from UIElement)
public event MouseRightButtonDown  (inherited from UIElement)
public event MouseRightButtonUp  (inherited from UIElement)
public event MouseUp  (inherited from UIElement)
public event MouseWheel  (inherited from UIElement)
public event PreviewDragEnter  (inherited from UIElement)
public event PreviewDragLeave  (inherited from UIElement)
public event PreviewDragOver  (inherited from UIElement)
public event PreviewDrop  (inherited from UIElement)
public event PreviewGiveFeedback  (inherited from UIElement)
public event PreviewGotKeyboardFocus  (inherited from UIElement)
public event PreviewKeyDown  (inherited from UIElement)
public event PreviewKeyUp  (inherited from UIElement)
public event PreviewLostKeyboardFocus  (inherited from UIElement)
public event PreviewMouseDown  (inherited from UIElement)
public event PreviewMouseLeftButtonDown  (inherited from UIElement)
public event PreviewMouseLeftButtonUp  (inherited from UIElement)
public event PreviewMouseMove  (inherited from UIElement)
public event PreviewMouseRightButtonDown  (inherited from UIElement)
public event PreviewMouseRightButtonUp  (inherited from UIElement)
public event PreviewMouseUp  (inherited from UIElement)
public event PreviewMouseWheel  (inherited from UIElement)
public event PreviewQueryContinueDrag  (inherited from UIElement)
public event PreviewStylusButtonDown  (inherited from UIElement)
public event PreviewStylusButtonUp  (inherited from UIElement)
public event PreviewStylusDown  (inherited from UIElement)
public event PreviewStylusInAirMove  (inherited from UIElement)
public event PreviewStylusInRange  (inherited from UIElement)
public event PreviewStylusMove  (inherited from UIElement)
public event PreviewStylusOutOfRange  (inherited from UIElement)
public event PreviewStylusSystemGesture  (inherited from UIElement)
public event PreviewStylusUp  (inherited from UIElement)
public event PreviewTextInput  (inherited from UIElement)
public event PreviewTouchDown  (inherited from UIElement)
public event PreviewTouchMove  (inherited from UIElement)
public event PreviewTouchUp  (inherited from UIElement)
public event QueryContinueDrag  (inherited from UIElement)
public event QueryCursor  (inherited from UIElement)
public event StylusButtonDown  (inherited from UIElement)
public event StylusButtonUp  (inherited from UIElement)
public event StylusDown  (inherited from UIElement)
public event StylusEnter  (inherited from UIElement)
public event StylusInAirMove  (inherited from UIElement)
public event StylusInRange  (inherited from UIElement)
public event StylusLeave  (inherited from UIElement)
public event StylusMove  (inherited from UIElement)
public event StylusOutOfRange  (inherited from UIElement)
public event StylusSystemGesture  (inherited from UIElement)
public event StylusUp  (inherited from UIElement)
public event TextInput  (inherited from UIElement)
public event TouchDown  (inherited from UIElement)
public event TouchEnter  (inherited from UIElement)
public event TouchLeave  (inherited from UIElement)
public event TouchMove  (inherited from UIElement)
public event TouchUp  (inherited from UIElement)

Top

See Also

Reference

TodoTag Class
Microsoft.Crm.UnifiedServiceDesk.Dynamics.TodoList Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.