Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Create a hyperlink
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
text As String, _
callback As AutoColumnListViewHyperlink.HyperlinkCallback _
)
public AutoColumnListViewHyperlink(
string text,
AutoColumnListViewHyperlink.HyperlinkCallback callback
)
public:
AutoColumnListViewHyperlink(
String^ text,
AutoColumnListViewHyperlink::HyperlinkCallback^ callback
)
new :
text:string *
callback:AutoColumnListViewHyperlink.HyperlinkCallback -> AutoColumnListViewHyperlink
public function AutoColumnListViewHyperlink(
text : String,
callback : AutoColumnListViewHyperlink.HyperlinkCallback
)
Parameters
text
Type: System.Stringhyperlink text
callback
Type: Microsoft.TeamFoundation.Controls.WPF.AutoColumnListViewHyperlink.HyperlinkCallbackcallback when the hyperlink is clicked. Specify null to show just the text.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.