ActionEventArgs.Properties Property
Gets all properties that have been implemented for the smart tag.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Syntax
'Declaration
ReadOnly Property Properties As ISmartTagProperties
Get
ISmartTagProperties Properties { get; }
Property Value
Type: Microsoft.Office.Interop.SmartTag.ISmartTagProperties
All properties that have been implemented for the smart tag.
Remarks
The 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.
Examples
The following code example demonstrates a handler for the Click event. The event handler uses the Properties property to get a property value from the keyed collection of smart tag properties. This code example is part of a larger example provided for the SmartTag interface. This example assumes that you have added a reference to Microsoft.Office.Interop.SmartTag from the .NET tab of the Add Reference dialog box.
This example is for a document-level customization.
.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.