DocumentReference.SetDocument(FixedDocument) Метод

Определение

Присоединяет объект FixedDocument к объекту DocumentReference.

public:
 void SetDocument(System::Windows::Documents::FixedDocument ^ doc);
public void SetDocument(System.Windows.Documents.FixedDocument doc);
member this.SetDocument : System.Windows.Documents.FixedDocument -> unit
Public Sub SetDocument (doc As FixedDocument)

Параметры

doc
FixedDocument

Присоединенный документ.

Комментарии

Вы можете присоединить документ только в том случае, если он не был присоединен к этому DocumentReference раньше.

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