WildcardExpansionScriptContributorInput.Files Property
Gets the list of files whose wildcard characters will be expanded.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Files As IList(Of String)
public IList<string> Files { get; }
public:
property IList<String^>^ Files {
IList<String^>^ get ();
}
member Files : IList<string>
function get Files () : IList<String>
Property Value
Type: System.Collections.Generic.IList<String>
.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.
See Also
Reference
WildcardExpansionScriptContributorInput Class
Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring Namespace