Compartir a través de


DesignerOptionService.IDesignerOptionService.GetOptionValue Método

Definición

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

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

Parámetros

pageName
String

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

valueName
String

Nombre del valor de la opción.

Devoluciones

Valor de la opción denominada valueName.

Implementaciones

Excepciones

pageName o valueName es null.

Se aplica a

Consulte también