Document.AddDocumentWorkspaceHeader-Methode
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
Sub AddDocumentWorkspaceHeader ( _
RichFormat As Boolean, _
Url As String, _
Title As String, _
Description As String, _
ID As String _
)
void AddDocumentWorkspaceHeader(
bool RichFormat,
string Url,
string Title,
string Description,
string ID
)
Parameter
- RichFormat
Typ: System.Boolean
- Url
Typ: System.String
- Title
Typ: System.String
- Description
Typ: System.String
- ID
Typ: System.String
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.