PlaceholderLevelGetResolvedStructureReferences Method |
Finds any resolved structure references in this node or it's children.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic override IEnumerable<MFIdentifier> GetResolvedStructureReferences()
Public Overrides Function GetResolvedStructureReferences As IEnumerable(Of MFIdentifier)
public:
virtual IEnumerable<MFIdentifier^>^ GetResolvedStructureReferences() override
Return Value
Type:
IEnumerableMFIdentifierAll resolved
MFIdentifier structure references in this node or it's children.
Remarks
Unresolved references will appear as issues returned from the Validation method.
See Also