IPlaceholderCommandHandlerGetResolvedStructureReferences Method |
Provides all structure references that exist and were resolved in this placeholder level.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
SyntaxIEnumerable<MFIdentifier> GetResolvedStructureReferences()
Function GetResolvedStructureReferences As IEnumerable(Of MFIdentifier)
IEnumerable<MFIdentifier^>^ GetResolvedStructureReferences()
Return Value
Type:
IEnumerableMFIdentifierCollection of
MFIdentifier structure references that were resolved in this placeholder level.
Remarks
All unresolved structure items should be listed as issues.
See Also