'Declaration
Protected Overrides NotOverridable Function MakeArgumentString( _ ByVal informativeOnly As Boolean _ ) As String
'Usage
Dim instance As DAItemDescriptor Dim informativeOnly As Boolean Dim value As String value = instance.MakeArgumentString(informativeOnly)
protected override string MakeArgumentString( bool informativeOnly )
protected: String^ MakeArgumentString( bool informativeOnly ) override
Parameters
- informativeOnly
- Indicates whether an incomplete argument string with just the most important information may be returned.
Return Value
An argument string that represents the node descriptor.
This method never returns null
(Nothing
in Visual Basic).