Browser.Target Property
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.
Returns or sets the document item that the Previous() and Next() methods locate.
public:
property Microsoft::Office::Interop::Word::WdBrowseTarget Target { Microsoft::Office::Interop::Word::WdBrowseTarget get(); void set(Microsoft::Office::Interop::Word::WdBrowseTarget value); };
public Microsoft.Office.Interop.Word.WdBrowseTarget Target { get; set; }
member this.Target : Microsoft.Office.Interop.Word.WdBrowseTarget with get, set
Public Property Target As WdBrowseTarget