XMLNode._XMLType.Item Property
This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
DataOnly As Boolean _
) As String
Get
'Usage
Dim instance As XMLNode..::.._XMLType
Dim DataOnly As Boolean
Dim value As String
value = instance(DataOnly)
public string this[
bool DataOnly
] { get; }
Parameters
- DataOnly
Type: System.Boolean
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.