IContextChanged.NewContext(String, String) Method

Definition

Sets the new context, and if applicable, it sets the new name of the item.

public:
 void NewContext(System::String ^ context, System::String ^ name);
public void NewContext (string context, string name);
abstract member NewContext : string * string -> unit
Public Sub NewContext (context As String, name As String)

Parameters

context
String

A String value that represents the context.

name
String

A String value that represents the name of the context.

Applies to