TablesOfAuthorities.MarkAllCitations(String, Object, Object, Object) 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.
Inserts a TA (Table of Authorities Entry) field after all instances of the ShortCitation
text.
public void MarkAllCitations (string ShortCitation, ref object LongCitation, ref object LongCitationAutoText, ref object Category);
abstract member MarkAllCitations : string * obj * obj * obj -> unit
Public Sub MarkAllCitations (ShortCitation As String, Optional ByRef LongCitation As Object, Optional ByRef LongCitationAutoText As Object, Optional ByRef Category As Object)
Parameters
- ShortCitation
- String
Required String. The short citation for the entry as it will appear in the Mark Citation dialog box (Insert menu, Index and Tables command).
- LongCitation
- Object
Optional Object. The long citation string for the entry as it will appear in the table of authorities.
- LongCitationAutoText
- Object
Optional Object. The AutoText entry name that contains the text of the long citation as it will appear in the table of authorities.
- Category
- Object
Optional Object. The category number to be associated with the entry: 1 corresponds to the first category in the Category box in the Mark Citation dialog box, 2 corresponds to the second category, and so on.