次の方法で共有


Label.searchFirst(String) Method

Definition

Caution

The searchFirst method is intended for use from the AX Client during design time only. It should not be used anymore. It is replaced with Visual Studio based design tools.

Returns the first label ID that is found for a specified search term.

public:
 System::String ^ searchFirst(System::String ^ searchString);
[System.Obsolete("The searchFirst method is intended for use from the AX Client during design time only. It should not be used anymore. It is replaced with Visual Studio based design tools.")]
public string searchFirst (string searchString);
[<System.Obsolete("The searchFirst method is intended for use from the AX Client during design time only. It should not be used anymore. It is replaced with Visual Studio based design tools.")>]
member this.searchFirst : string -> string
Public Function searchFirst (searchString As String) As String

Parameters

searchString
String

A string that specifies the search term.

Returns

A string value that indicates the label ID.

Attributes

Applies to