API Reference
Class
WordContentControlDataBindingResult
Summarizes a content-control data-binding fill or refresh operation.
Inheritance
- Object
- WordContentControlDataBindingResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
Properties
public Int32 BindingCount { get; } #Number of bound content controls found in the document.
public Int32 UpdatedContentControls { get; } #Number of bound content controls whose visible text was updated.
public Int32 UpdatedCustomXmlNodes { get; } #Number of backing Custom XML nodes updated from supplied values.
public IReadOnlyList<String> MissingValueKeys { get; } #Binding keys that could not be resolved from supplied values or backing Custom XML.
public Boolean HasMissingValues { get; } #True when one or more bound controls had no resolvable value.