Share via


ActionEventArgs.Properties Property

Definition

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..

public:
 property Microsoft::Office::Interop::SmartTag::ISmartTagProperties ^ Properties { Microsoft::Office::Interop::SmartTag::ISmartTagProperties ^ get(); };
public Microsoft.Office.Interop.SmartTag.ISmartTagProperties Properties { get; }
member this.Properties : Microsoft.Office.Interop.SmartTag.ISmartTagProperties
Public ReadOnly Property Properties As ISmartTagProperties

Property Value

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.

Applies to