Examples of using Following code example in English and their translations into Korean
{-}
-
Colloquial
-
Ecclesiastic
-
Ecclesiastic
-
Programming
-
Computer
The following code example illustrates this.
This method retrieves catalog data from the catalog microservice, as demonstrated in the following code example.
The following code example demonstrates IsPunctuation.
This requirement can be achieved by using the ShowDuration property as shown in the following code example.
The following code example shows how to declare System.
This is accomplishedby the ToASMXServiceTodoItem method, as shown in the following code example.
The following code example shows how to add annotations to the intent.
This method creates a new order,before clearing the shopping basket, as demonstrated in the following code example.
The following code example illustrate how to create data source.
This method updates the total value of items in the basket, and sends the basket datato the basket microservice, as demonstrated in the following code example.
The following code example, SwitchDemo, declares an int named month whose value represents a month.
Some legacy applications require it to be enabled,and if they cannot be modified to avoid the use of this option, it can be enabled by using the Policy-Based Management or by running the sp_configure system stored procedure as shown in the following code example.
The following code example converts the first HTML table in a specified webpage into a CSV document.
The following code example lists numbers in a list box on a form.
In the following code example, the inner If block only executes when the value of[Status] is both greater than 0 and greater than 100.
The following code example shows the GetAsync method in the RequestProvider class.
The following code example enables auto-scrolling for a form, resizes the form, and ensures that a button remains visible after the form is resized.
The following code example enables auto-scrolling for a form, resizes the form, and ensures that a button remains visible after the form is resized.
The following code example shows how to create a new instance of the context class.
The following code example uses the retrieveMessages method to get 20 messages in one call.
The following code example shows one of the PostAsync methods in the RequestProvider class.
The following code example demonstrates the implementation of the IEnumerator interfaces for a custom collection.
The following code example displays the values of several components of a DateTime in terms of the Julian calendar.
The following code example uses the derived class Text Box and validates an e-mail address that the user enters.
The following code example shows how to declare System. ObsoleteAttribute, which marks code as obsolete.
The following code example displays the Name of a control in a MessageBox when the control is added or removed from a form.
The following code example illustrates the use and effect of the System. FlagsAttribute attribute on an enum declaration.
The following code example throws an Exception and then catches it and displays a stack trace using the StackTrace property.
The following code example demonstrates how to use this method to check whether an action can be performed against a DependencyObject on the UI thread, and uses BeginInvoke in cases where CheckAccess returns false.
The following code example creates a new variable, sets EvaluateAsExpression to true, assigns the expression"100* 2" to the expression property of the variable, and then outputs the value of the variable.