EnterpriseManagementObjectProjection.CreateNavigator Method

Creates a new instance of the XPathNavigator class used to navigate the backing projection XML.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As EnterpriseManagementObjectProjection
Dim returnValue As XPathNavigator

returnValue = instance.CreateNavigator

Syntax

'Declaration
Public Function CreateNavigator As XPathNavigator
public XPathNavigator CreateNavigator ()
public:
virtual XPathNavigator^ CreateNavigator () sealed
public final XPathNavigator CreateNavigator ()
public final function CreateNavigator () : XPathNavigator

Return Value

The navigator.

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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

EnterpriseManagementObjectProjection Class
EnterpriseManagementObjectProjection Members
Microsoft.EnterpriseManagement.Common Namespace