This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.VsixSignTool.
Summary
Gets and processes property value from settings.
Syntax
public static IEnumerable<string> GetArgumentFromProperty<TSettings>(PropertyInfo property, TSettings settings)
where TSettings : AutoToolSettings, new()
Attributes
Type |
Description |
IteratorStateMachineAttribute |
|
Type Parameters
Name |
Description |
TSettings |
|
Parameters
Name |
Type |
Description |
property |
PropertyInfo |
|
settings |
TSettings |
|
Return Value
Type |
Description |
IEnumerable<string> |
|