DesignerOptionService.IDesignerOptionService.GetOptionValue Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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á atribuída.
- valueName
- String
O nome do valor da opção.
Devoluções
O valor da opção chamada valueName.
Implementações
Exceções
pageName ou valueName é null.