DocumentReference.SetDocument(FixedDocument) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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.