XMLChildNodeSuggestion.XMLSchemaReference Property 

Returns a XMLSchemaReference object that represents the XML schema to which the specified XMLChildNodeSuggestion object belongs.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim xMLChildNodeSuggestion1 As XMLChildNodeSuggestion

Dim returnValue As XMLSchemaReference
returnValue = xMLChildNodeSuggestion1.XMLSchemaReference

Syntax

ReadOnly Property XMLSchemaReference() As XMLSchemaReference
XMLSchemaReference XMLSchemaReference {get;}
property XMLSchemaReference^ XMLSchemaReference{
    XMLSchemaReference^ get();
}
public XMLSchemaReference get_XMLSchemaReference();
function get XMLSchemaReference() : XMLSchemaReference;

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

XMLChildNodeSuggestion Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

XMLChildNodeSuggestion Members