FullyQualifyNameScriptContributorInput Constructor (IList<String>, ISqlModelElement)
Initializes a new instance of the FullyQualifyNameScriptContributorInput 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 FullyQualifyNameScriptContributorInput(
IList<string> files,
ISqlModelElement selectedElement
)
public:
FullyQualifyNameScriptContributorInput(
IList<String^>^ files,
ISqlModelElement^ selectedElement
)
new :
files:IList<string> *
selectedElement:ISqlModelElement -> FullyQualifyNameScriptContributorInput
public function FullyQualifyNameScriptContributorInput(
files : IList<String>,
selectedElement : ISqlModelElement
)
Parameters
- files
Type: System.Collections.Generic.IList<String>
Files in which names should be fully qualified.
- selectedElement
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISqlModelElement
Currently selected element in Schema View.
.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
FullyQualifyNameScriptContributorInput Class
FullyQualifyNameScriptContributorInput Overload
Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring Namespace