Share via


DesignerOptionService.IDesignerOptionService.GetOptionValue Método

Definição

Obtém o valor de uma opção definida neste pacote.

 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

A página à qual a opção está associada.

valueName
String

O nome do valor de opção.

Retornos

O valor da opção nomeada valueName.

Implementações

Exceções

pageName ou valueName é null.

Aplica-se a

Confira também