ValidationMessage.ReferencedFiles Property
Gets the names of files to which the ValidationMessage refers.
Namespace: Microsoft.VisualStudio.Modeling.Validation
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Dichiarazione
Public ReadOnly Property ReferencedFiles As ReadOnlyCollection(Of String)
Get
public ReadOnlyCollection<string> ReferencedFiles { get; }
public:
property ReadOnlyCollection<String^>^ ReferencedFiles {
ReadOnlyCollection<String^>^ get ();
}
member ReferencedFiles : ReadOnlyCollection<string>
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
- 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.