Share via


DesignerOptionService.IDesignerOptionService.SetOptionValue Método

Definición

Establece el valor de una opción definida en este paquete.

 virtual void System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(System::String ^ pageName, System::String ^ valueName, System::Object ^ value) = System::ComponentModel::Design::IDesignerOptionService::SetOptionValue;
void IDesignerOptionService.SetOptionValue (string pageName, string valueName, object value);
abstract member System.ComponentModel.Design.IDesignerOptionService.SetOptionValue : string * string * obj -> unit
override this.System.ComponentModel.Design.IDesignerOptionService.SetOptionValue : string * string * obj -> unit
Sub SetOptionValue (pageName As String, valueName As String, value As Object) Implements IDesignerOptionService.SetOptionValue

Parámetros

pageName
String

Página a la que está enlazada la opción.

valueName
String

Nombre del valor de la opción.

value
Object

Valor de la opción.

Implementaciones

Excepciones

pageName o valueName es null.

Se aplica a

Consulte también