ActionEventArgs.Properties Property
Gets all properties that have been implemented for the smart tag. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010. .
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
ReadOnly Property Properties As ISmartTagProperties
ISmartTagProperties Properties { get; }
Property Value
Type: Microsoft.Office.Interop.SmartTag.ISmartTagProperties
A Microsoft.Office.Interop.SmartTag.ISmartTagProperties object that contains all of the properties that have been implemented for the smart tag.
Remarks
The Microsoft.Office.Interop.SmartTag.ISmartTagProperties interface is provided in the Microsoft Office Smart Tag Software Development Kit (SDK). To use this interface in your code, add a reference to Microsoft.Office.Interop.SmartTag from the .NET tab of the Add Reference dialog box.
.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.