ValidationMessage.ReferencedFiles Property
Gets the names of files to which the ValidationMessage refers.
Namespace: Microsoft.VisualStudio.Modeling.Validation
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.