'Declaration
<NotNullAttribute()> Public Function MakeArgumentString( _ ByVal informativeOnly As Boolean _ ) As String
'Usage
Dim instance As DAPropertyDescriptor Dim informativeOnly As Boolean Dim value As String value = instance.MakeArgumentString(informativeOnly)
[NotNull()] public string MakeArgumentString( bool informativeOnly )
[NotNull()] public: String^ MakeArgumentString( bool informativeOnly )
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 property descriptor.
This method never returns null
(Nothing
in Visual Basic).