Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IDesignerOptionService.cs
Go to the documentation of this file.
1
using
System.Diagnostics.CodeAnalysis
;
2
3
namespace
System.ComponentModel.Design
;
4
5
public
interface
IDesignerOptionService
6
{
7
[RequiresUnreferencedCode(
"The option value's Type cannot be statically discovered."
)]
8
object
?
GetOptionValue
(
string
pageName,
string
valueName);
9
10
[RequiresUnreferencedCode(
"The option value's Type cannot be statically discovered."
)]
11
void
SetOptionValue
(
string
pageName,
string
valueName,
object
value
);
12
}
System.ComponentModel.Design.IDesignerOptionService.SetOptionValue
void SetOptionValue(string pageName, string valueName, object value)
System.ComponentModel.Design.IDesignerOptionService.GetOptionValue
object? GetOptionValue(string pageName, string valueName)
System.ComponentModel.Design.IDesignerOptionService
Definition
IDesignerOptionService.cs:6
System.ComponentModel.Design
Definition
DesignerSerializerAttribute.cs:1
System.Diagnostics.CodeAnalysis
Definition
AllowNullAttribute.cs:1
System.ExceptionArgument.value
@ value
source
System.ComponentModel.TypeConverter
System.ComponentModel.Design
IDesignerOptionService.cs
Generated by
1.10.0