Gets a value indicating whether this reader can parse and resolve entities. Always returns
false.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overrides NotOverridable ReadOnly Property CanResolveEntity As Boolean |
| C# | |
|---|
public override bool CanResolveEntity {get;} |
| Delphi | |
|---|
public read-only property CanResolveEntity: Boolean; override; |
| JScript | |
|---|
public override function get CanResolveEntity : boolean |
| Managed Extensions for C++ | |
|---|
public: __property bool get_CanResolveEntity() override; |
| C++/CLI | |
|---|
public:
property bool CanResolveEntity {
bool get() override;
} |
See Also