FullyQualifyNameScriptContributorInput Class
This class provides input parameters to the "Fully Qualify Name" refactoring operation.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Package.Refactoring.ContributorInput
Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring.FullyQualifyNameScriptContributorInput
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
<CLSCompliantAttribute(False)> _
Public NotInheritable Class FullyQualifyNameScriptContributorInput _
Inherits ContributorInput
[CLSCompliantAttribute(false)]
public sealed class FullyQualifyNameScriptContributorInput : ContributorInput
[CLSCompliantAttribute(false)]
public ref class FullyQualifyNameScriptContributorInput sealed : public ContributorInput
[<Sealed>]
[<CLSCompliantAttribute(false)>]
type FullyQualifyNameScriptContributorInput =
class
inherit ContributorInput
end
public final class FullyQualifyNameScriptContributorInput extends ContributorInput
The FullyQualifyNameScriptContributorInput type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FullyQualifyNameScriptContributorInput(IList<String>) | Initializes a new instance of the FullyQualifyNameScriptContributorInput class. | |
FullyQualifyNameScriptContributorInput(IList<String>, ISqlModelElement) | Initializes a new instance of the FullyQualifyNameScriptContributorInput class. |
Top
Properties
Name | Description | |
---|---|---|
Files | Gets the list of files in which names should be fully qualified. | |
RefactoringOperation | This property represents the refactoring operation for which this ContributorInput is used. (Inherited from ContributorInput.) | |
SelectedElement | Gets the element that the user selected in Schema View. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Returns true if two FullyQualifyNameScriptContributorInput objects have the same value. (Overrides ContributorInput.Equals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Returns a hash code for this object. (Overrides ContributorInput.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring Namespace