Reference::Collection Property
Visual Studio 2015
Gets the collection containing the object supporting this property or contained within this code construct.
Assembly: VSLangProj (in VSLangProj.dll)
Property Value
Type: VSLangProj::References^Returns a collection relating to the object. See Remarks for more information.
<CollectionName> in the syntax refers to the appropriate collection name that relates to the object. For example, <CollectionName> for the TextRange object would be TextRanges. <CollectionName> for the ToolBoxTab object would be ToolBoxTabs. In general, the collection name is a plural form of the object name.
Show: