DocumentReference.SetDocument(FixedDocument) Metod

Definition

Kopplar en FixedDocument till 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)

Parametrar

doc
FixedDocument

Dokumentet som bifogas.

Kommentarer

Du kan bara bifoga ett dokument om det inte har bifogats till detta DocumentReference tidigare.

Gäller för