ValidationMessage.ReferencedFiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.