Action.SetBookmarkAction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Makes this action a bookmark action.
Overloads
SetBookmarkAction(String) |
Makes this action a bookmark action. |
SetBookmarkAction(String, String) |
Makes this action a bookmark action with a specified label. |
SetBookmarkAction(String)
Makes this action a bookmark action.
public:
void SetBookmarkAction(System::String ^ bookmark);
public void SetBookmarkAction (string bookmark);
member this.SetBookmarkAction : string -> unit
Public Sub SetBookmarkAction (bookmark As String)
Parameters
- bookmark
- String
A string representing the bookmark.
Applies to
SetBookmarkAction(String, String)
Makes this action a bookmark action with a specified label.
public:
void SetBookmarkAction(System::String ^ bookmark, System::String ^ label);
public void SetBookmarkAction (string bookmark, string label);
member this.SetBookmarkAction : string * string -> unit
Public Sub SetBookmarkAction (bookmark As String, label As String)
Parameters
- bookmark
- String
A string representing the bookmark.
- label
- String
A string representing the label to display for the action.