Поделиться через


DocumentSecurity Конструкторы

Определение

Перегрузки

DocumentSecurity()

Инициализирует новый экземпляр класса DocumentSecurity.

DocumentSecurity(String)

Инициализирует новый экземпляр класса DocumentSecurity с указанным текстовым содержимым.

DocumentSecurity()

Инициализирует новый экземпляр класса DocumentSecurity.

public DocumentSecurity ();
Public Sub New ()

Применяется к

DocumentSecurity(String)

Инициализирует новый экземпляр класса DocumentSecurity с указанным текстовым содержимым.

public DocumentSecurity (string text);
new DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity : string -> DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity
Public Sub New (text As String)

Параметры

text
String

Задает текстовое содержимое элемента .

Применяется к