Click or drag to resize
FdoProviderTryGetPropertyValues Method (PropertyValueCollection, FdoFeature, FdfResultCollection, Boolean)

Namespace: FDF.Common.Providers
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool TryGetPropertyValues(
	ref PropertyValueCollection values,
	FdoFeature feature,
	ref FdfResultCollection results = null,
	bool isUpdate = false
)

Parameters

values
Type: PropertyValueCollection
feature
Type: FDF.Common.FeaturesFdoFeature
results (Optional)
Type: FDF.Common.RuntimeFdfResultCollection
isUpdate (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
See Also