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;
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The option value's Type cannot be statically discovered.")]
object IDesignerOptionService.GetOptionValue(string pageName, string valueName);
object IDesignerOptionService.GetOptionValue(string pageName, string valueName);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The option value's Type cannot be statically discovered.")>]
abstract member System.ComponentModel.Design.IDesignerOptionService.GetOptionValue : string * string -> obj
override this.System.ComponentModel.Design.IDesignerOptionService.GetOptionValue : string * string -> obj
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á atribuída.

valueName
String

O nome do valor da opção.

Devoluções

O valor da opção chamada valueName.

Implementações

Atributos

Exceções

pageName ou valueName é null.

Aplica-se a

Ver também