แชร์ผ่าน


DocNode.findKernelDocNode Method

Definition

Overloads

findKernelDocNode(KernelHelpType, String)

Performs a search for a kernel element documentation node.

findKernelDocNode(KernelHelpType, String, String)
findKernelDocNode(KernelHelpType, String, String, Int32)

findKernelDocNode(KernelHelpType, String)

Performs a search for a kernel element documentation node.

public:
 static Dynamics::AX::Application::DocNode ^ findKernelDocNode(Dynamics::AX::Application::KernelHelpType type1, System::String ^ text1);
public static Dynamics.AX.Application.DocNode findKernelDocNode (Dynamics.AX.Application.KernelHelpType type1, string text1);
static member findKernelDocNode : Dynamics.AX.Application.KernelHelpType * string -> Dynamics.AX.Application.DocNode
Public Shared Function findKernelDocNode (type1 As KernelHelpType, text1 As String) As DocNode

Parameters

text1
String

Returns

The node that is found; otherwise, null, Nothing, nullptr, unit, a null reference (Nothing in Visual Basic).

Applies to

findKernelDocNode(KernelHelpType, String, String)

public:
 static Dynamics::AX::Application::DocNode ^ findKernelDocNode(Dynamics::AX::Application::KernelHelpType type1, System::String ^ text1, System::String ^ text2);
public static Dynamics.AX.Application.DocNode findKernelDocNode (Dynamics.AX.Application.KernelHelpType type1, string text1, string text2);
static member findKernelDocNode : Dynamics.AX.Application.KernelHelpType * string * string -> Dynamics.AX.Application.DocNode
Public Shared Function findKernelDocNode (type1 As KernelHelpType, text1 As String, text2 As String) As DocNode

Parameters

text1
String
text2
String

Returns

Applies to

findKernelDocNode(KernelHelpType, String, String, Int32)

public:
 static Dynamics::AX::Application::DocNode ^ findKernelDocNode(Dynamics::AX::Application::KernelHelpType _HelpType, System::String ^ _Name, System::String ^ _ParentName, int _Mode);
public static Dynamics.AX.Application.DocNode findKernelDocNode (Dynamics.AX.Application.KernelHelpType _HelpType, string _Name, string _ParentName, int _Mode);
static member findKernelDocNode : Dynamics.AX.Application.KernelHelpType * string * string * int -> Dynamics.AX.Application.DocNode
Public Shared Function findKernelDocNode (_HelpType As KernelHelpType, _Name As String, _ParentName As String, _Mode As Integer) As DocNode

Parameters

_HelpType
KernelHelpType

The mode to use for the search; optional.

_Name
String

The mode to use for the search; optional.

_ParentName
String

The mode to use for the search; optional.

_Mode
Int32

The mode to use for the search; optional.

Returns

Applies to