Click or drag to resize

PropertyServiceGetValueT(PropertyKeyT, RuntimePropertyKind) Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.PropertyService.GetValue``1(Altaxo.Main.Properties.PropertyKey{``0},Altaxo.Main.Services.RuntimePropertyKind)"]


Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public T GetValue<T>(
	PropertyKey<T> p,
	RuntimePropertyKind kind
)

Parameters

p  PropertyKeyT

[Missing <param name="p"/> documentation for "M:Altaxo.Main.Services.PropertyService.GetValue``1(Altaxo.Main.Properties.PropertyKey{``0},Altaxo.Main.Services.RuntimePropertyKind)"]

kind  RuntimePropertyKind

[Missing <param name="kind"/> documentation for "M:Altaxo.Main.Services.PropertyService.GetValue``1(Altaxo.Main.Properties.PropertyKey{``0},Altaxo.Main.Services.RuntimePropertyKind)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Main.Services.PropertyService.GetValue``1(Altaxo.Main.Properties.PropertyKey{``0},Altaxo.Main.Services.RuntimePropertyKind)"]

Return Value

T

[Missing <returns> documentation for "M:Altaxo.Main.Services.PropertyService.GetValue``1(Altaxo.Main.Properties.PropertyKey{``0},Altaxo.Main.Services.RuntimePropertyKind)"]

Implements

IPropertyServiceGetValueT(PropertyKeyT, RuntimePropertyKind)
See Also