FeatureReference<T> Struct
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.
A cached reference to a feature.
generic <typename T>
public value class FeatureReference
public struct FeatureReference<T>
type FeatureReference<'T> = struct
Public Structure FeatureReference(Of T)
Type Parameters
- T
The feature type.
- Inheritance
-
FeatureReference<T>
Fields
Default |
Gets the default FeatureReference<T>. |
Methods
Fetch(IFeatureCollection) |
Gets the feature of type |
Update(IFeatureCollection, T) |
Updates the reference to the feature. |