WildcardExpansionScriptContributorInput Constructor (IList<String>, ISqlModelElement)
Initializes a new instance of the WildcardExpansionScriptContributorInput class.
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 Sub New ( _
files As IList(Of String), _
selectedElement As ISqlModelElement _
)
public WildcardExpansionScriptContributorInput(
IList<string> files,
ISqlModelElement selectedElement
)
public:
WildcardExpansionScriptContributorInput(
IList<String^>^ files,
ISqlModelElement^ selectedElement
)
new :
files:IList<string> *
selectedElement:ISqlModelElement -> WildcardExpansionScriptContributorInput
public function WildcardExpansionScriptContributorInput(
files : IList<String>,
selectedElement : ISqlModelElement
)
Parameters
- files
Type: System.Collections.Generic.IList<String>
Files where wildcard characters should be expanded.
- selectedElement
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISqlModelElement
Currently selected in the Schema View element.
.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
WildcardExpansionScriptContributorInput Overload
Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring Namespace