BindableRun Class
A version of a Run that supports data binding via its Content dependency property. Run itself doesn't support data binding directly because its Text property isn't a dependency property.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'宣告
Public Class BindableRun _
Inherits Run
'用途
Dim instance As BindableRun
public class BindableRun : Run
public ref class BindableRun : public Run
type BindableRun =
class
inherit Run
end
public class BindableRun extends Run
Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.ContentElement
System.Windows.FrameworkContentElement
System.Windows.Documents.TextElement
System.Windows.Documents.Inline
System.Windows.Documents.Run
Microsoft.VisualStudio.PlatformUI.BindableRun
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.