Share via


WildcardExpansionScriptContributorInput Class

This type is only used internally; you cannot use it directly from your code. Represents input for the wildcard expansion refactoring operation.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.WildcardExpansion
Assembly:  Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class WildcardExpansionScriptContributorInput _
    Inherits ContributorInput
'Usage
Dim instance As WildcardExpansionScriptContributorInput
[CLSCompliantAttribute(false)]
public sealed class WildcardExpansionScriptContributorInput : ContributorInput
[CLSCompliantAttribute(false)]
public ref class WildcardExpansionScriptContributorInput sealed : public ContributorInput
public final class WildcardExpansionScriptContributorInput extends ContributorInput
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type WildcardExpansionScriptContributorInput =  
    class
        inherit ContributorInput
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Refactoring.ContributorInput
    Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.WildcardExpansion.WildcardExpansionScriptContributorInput

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

WildcardExpansionScriptContributorInput Members

Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.WildcardExpansion Namespace