public interface VisualStudioIdePropertyGroup
Modifier and Type | Method and Description |
---|---|
Provider<Map<String,Object>> |
getElements()
Returns the elements of the property group.
|
VisualStudioIdePropertyGroup |
put(String name,
Object value)
Puts a new property entry for the specified name and value.
|
VisualStudioIdePropertyGroup |
put(String name,
Provider<Object> value)
Puts a new property entry for the specified name and value in the group.
|
Provider<Map<String,Object>> getElements()
VisualStudioIdePropertyGroup put(String name, Provider<Object> value)
Object.toString()
when resolved.name
- the name of the property to put, must not be null.value
- the value provider of the property to put, must not be null.VisualStudioIdePropertyGroup put(String name, Object value)
Object.toString()
when resolved.name
- the name of the property to put, must not be null.value
- the value of the property to put, must not be null.