ITree.GetRelativePath(ITreeNode, ITreeNode) Method

Definition

public:
 System::String ^ GetRelativePath(Microsoft::BizTalk::SchemaEditor::Extensibility::ITreeNode ^ nodeBase, Microsoft::BizTalk::SchemaEditor::Extensibility::ITreeNode ^ nodeIndirect);
public string GetRelativePath (Microsoft.BizTalk.SchemaEditor.Extensibility.ITreeNode nodeBase, Microsoft.BizTalk.SchemaEditor.Extensibility.ITreeNode nodeIndirect);
abstract member GetRelativePath : Microsoft.BizTalk.SchemaEditor.Extensibility.ITreeNode * Microsoft.BizTalk.SchemaEditor.Extensibility.ITreeNode -> string
Public Function GetRelativePath (nodeBase As ITreeNode, nodeIndirect As ITreeNode) As String

Parameters

nodeBase
ITreeNode
nodeIndirect
ITreeNode

Returns

String

Applies to