Share via


ValidationMessage.ReferencedFiles Property

Definition

Update the related files.

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

Property Value

Zero or more referenced files involved with this error or warning.

Applies to