Delen via


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

See Also

Reference

WildcardExpansionScriptContributorInput Class

Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring Namespace