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 документу.

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