MappedDataFields.Item[WdMappedDataFields] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a specified mapped data field.
public:
property Microsoft::Office::Interop::Word::MappedDataField ^ default[Microsoft::Office::Interop::Word::WdMappedDataFields] { Microsoft::Office::Interop::Word::MappedDataField ^ get(Microsoft::Office::Interop::Word::WdMappedDataFields Index); };
public Microsoft.Office.Interop.Word.MappedDataField this[Microsoft.Office.Interop.Word.WdMappedDataFields Index] { get; }
member this.Item(Microsoft.Office.Interop.Word.WdMappedDataFields) : Microsoft.Office.Interop.Word.MappedDataField
Default Public ReadOnly Property Item(Index As WdMappedDataFields) As MappedDataField
Parameters
- Index
- WdMappedDataFields
Required WdMappedDataFields. The specified mapped data field.