PictureContentControl.Application Property
Gets a Microsoft.Office.Interop.Word.Application that represents the current instance of Microsoft Office Word.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
ReadOnly Property Application As Application
Application Application { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Application
A Microsoft.Office.Interop.Word.Application that represents the current instance of Microsoft Office Word.
Remarks
The Application property exposes information about the current instance of Word, the options applied to that instance, and the current documents open within the instance.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.