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)

Syntax

'Declaration
Public ReadOnly Property ReferencedFiles As ReadOnlyCollection(Of String)
public ReadOnlyCollection<string> ReferencedFiles { get; }
public:
property ReadOnlyCollection<String^>^ ReferencedFiles {
    ReadOnlyCollection<String^>^ get ();
}
member ReferencedFiles : ReadOnlyCollection<string> with get
function get ReferencedFiles () : ReadOnlyCollection<String>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
A read-only collection of the names of files.

Remarks

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

.NET Framework Security

See Also

Reference

ValidationMessage Class

Microsoft.VisualStudio.Modeling.Validation Namespace