BuildExtensionContext.References Property

Definition

Gets the collection of extension context reference.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ References { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> References { get; }
member this.References : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property References As ReadOnlyCollection(Of String)

Property Value

The collection of extension context reference.

Applies to