TreeNode.AOTsetSource 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.
Overloads
AOTsetSource(String) | |
AOTsetSource(String, Boolean) |
AOTsetSource(String)
public:
virtual void AOTsetSource(System::String ^ text1);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual void AOTsetSource (string text1);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTsetSource : string -> unit
override this.AOTsetSource : string -> unit
Public Overridable Sub AOTsetSource (text1 As String)
Parameters
- text1
- String
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
AOTsetSource(String, Boolean)
public:
virtual void AOTsetSource(System::String ^ _source, bool _isStatic);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual void AOTsetSource (string _source, bool _isStatic);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTsetSource : string * bool -> unit
override this.AOTsetSource : string * bool -> unit
Public Overridable Sub AOTsetSource (_source As String, _isStatic As Boolean)
Parameters
- _source
- String
- _isStatic
- Boolean
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute