ValidationMessage::ReferencedFiles Property

 

Gets the names of files to which the ValidationMessage refers.

Namespace:   Microsoft.VisualStudio.Modeling.Validation
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
property ReadOnlyCollection<String^>^ ReferencedFiles {
	ReadOnlyCollection<String^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<String^>^

A read-only collection of the names of files.

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

Return to top
Show: