Factory.HasVstoObject Method
Returns a value that indicates whether a Microsoft.Office.Tools.Word.Document host item exists for the specified Word document object.
Namespace: Microsoft.Office.Tools.Word
Assemblies: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Syntax
'Declaration
Function HasVstoObject ( _
document As _Document _
) As Boolean
bool HasVstoObject(
_Document document
)
Parameters
document
Type: Microsoft.Office.Interop.Word._DocumentThe native document object to test. Although this parameter is of type Microsoft.Office.Interop.Word._Document, you typically pass a Microsoft.Office.Interop.Word.Document object to this method.
Return Value
Type: System.Boolean
true if a Microsoft.Office.Tools.Word.Document host item exists for the specified Microsoft.Office.Interop.Word.Document object; otherwise, false.
Remarks
In a document-level customization, this method returns true only if the native document object is the underlying object of a Microsoft.Office.Tools.Word.Document object in the current customization. Otherwise, this method returns false. For more information, see Programming Document-Level Customizations.
.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.