EditorContextMenuLinkDocItem.Hyperlink Property
Applies to v2.
Gets a link that displays the context menu to the document item.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property Hyperlink As String
Get
Private Set
'Usage
Dim instance As EditorContextMenuLinkDocItem
Dim value As String
value = instance.Hyperlink
public string Hyperlink { get; private set; }
public:
property String^ Hyperlink {
String^ get ();
private: void set (String^ value);
}
member Hyperlink : string with get, private set
function get Hyperlink () : String
private function set Hyperlink (value : String)
Property Value
Type: System.String
A link that displays the context menu to the document item.