Share via


BindableHyperlink Class

A version of a Hyperlink that supports data binding via its Content dependency property.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Class BindableHyperlink _
    Inherits Hyperlink
‘사용 방법
Dim instance As BindableHyperlink
public class BindableHyperlink : Hyperlink
public ref class BindableHyperlink : public Hyperlink
type BindableHyperlink =  
    class
        inherit Hyperlink
    end
public class BindableHyperlink extends Hyperlink

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.Span
                System.Windows.Documents.Hyperlink
                  Microsoft.VisualStudio.PlatformUI.BindableHyperlink

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

BindableHyperlink Members

Microsoft.VisualStudio.PlatformUI Namespace