ITree.GetRelativePath(ITreeNode, ITreeNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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