[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List



NameDescription
ResolveByStreamAndPropName(String)
Returns the offset of the stream and the type of the property for the given property name, by looking through the types offered and matching up.

This method considers a single property name that may or may not be prefixed by a stream name. The resolution first attempts to find the property name itself, then attempts to consider a stream name that may be part of the property name.

ResolveByStreamAndPropName(String, String)
Returns the offset of the stream and the type of the property for the given property name, by using the specified stream name to resolve the property.

This method considers and explicit stream name and property name, both parameters are required.