Reference::Collection Property

 

Gets the collection containing the object supporting this property or contained within this code construct.

Namespace:   VSLangProj
Assembly:  VSLangProj (in VSLangProj.dll)

property References^ Collection {
	References^ get();
}

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.

No code example is currently available or this language may not be supported.
Return to top
Show: