DesignerOptionService.IDesignerOptionService.GetOptionValue Metodo

Definizione

Ottiene il valore di un'opzione definita nel package.

 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

Parametri

pageName
String

La pagina alla quale l'opzione è associata.

valueName
String

Nome della valore dell'opzione.

Restituisce

Valore dell'opzione denominato valueName.

Implementazioni

Eccezioni

pageName o valueName è null.

Si applica a

Vedi anche