TreeNode.AOTgetSource 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.
Returns the source code of this node.
public:
virtual System::String ^ AOTgetSource();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual string AOTgetSource ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTgetSource : unit -> string
override this.AOTgetSource : unit -> string
Public Overridable Function AOTgetSource () As String
Returns
The string that contains source code if any; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Remarks
This function is overridden by nodes which have source code.