Interface that describes a hierarchical property set.
public interface abstract IProperties
|
Property
|
Description
|
| Item | Gets or sets the string value associated with the specified property name. |
| Names | List of property names contained within the property set. |
| SubPropertyNames | List of sub-properties (nested property sets) contained within the property set. |
|
Method
|
Description
|
| Contains | Check whether the property set contains a property with a specified name. |
| ContainsSubProperties | Check whether the property set contains a sub-properties with a specified name. |
| GetBoolean | Gets the boolean value associated with the specified property name. |
| GetDecimal | Gets the decimal value associated with the specified property name. |
| GetFloat | Gets the float value associated with the specified property name. |
| GetInt | Gets the integer value associated with the specified property name. |
| GetString | Gets the string value associated with the specified property name. |
| GetSubProperties | Retrieve an interface to a nested property set. |
| Remove | Remove a property. |
| RemoveAll | Remove all properties and sub-properties from this property set. |
| RemoveSubProperties | Remove a sub-property set. |
| SetBoolean | Sets the property to the specified boolean value. |
| SetDecimal | Sets the property to the specified decimal value. |
| SetFloat | Sets the property to the specified float value. |
| SetInt | Sets the property to the specified integer value. |
| SetString | Sets the property to the specified string value. |
Assembly: windowslive.writer.api.dll
WindowsLive.Writer.Api
Reference
WriterPlugin.Options Object
Other Resources
Windows Live Writer Content Source Plugin Reference