Selection.Information[WdInformation] Property

Definition

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.

Property Value

Applies to