Selection.Information[WdInformation] 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 information about the specified selection or range.
public:
property System::Object ^ Information[Microsoft::Office::Interop::Word::WdInformation] { System::Object ^ get(Microsoft::Office::Interop::Word::WdInformation Type); };
public object Information[Microsoft.Office.Interop.Word.WdInformation Type] { get; }
member this.Information(Microsoft.Office.Interop.Word.WdInformation) : obj
Public ReadOnly Property Information(Type As WdInformation) As Object
Parameters
- Type
- WdInformation
Required WdInformation. The information type.