ISfcPropertySet Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the interface that gives access to a set (collection, list or other aggregation) of properties.
public interface ISfcPropertySet
type ISfcPropertySet = interface
Public Interface ISfcPropertySet
- Derived
Methods
Contains(ISfcProperty) |
Checks if the property with specified metadata exists |
Contains(String) |
Checks if the property with specified name exists |
Contains<T>(String) |
Checks if the property with specified name and type exists |
EnumProperties() |
Enumerates all properties |
TryGetProperty(String, ISfcProperty) |
Attempts to get property metadata |
TryGetPropertyValue(String, Object) |
Attempts to get property value from provider |
TryGetPropertyValue<T>(String, T) |
Attempts to get property value from provider |