ProvideDesignerLoaderAttribute Constructor

Provides a new instance of ProvideDesignerLoaderAttribute.

Namespace:  Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

‘선언
Public Sub New ( _
    scope As AttributeScope, _
    scopeData As Object _
)
‘사용 방법
Dim scope As AttributeScope
Dim scopeData As Object

Dim instance As New ProvideDesignerLoaderAttribute(scope, scopeData)
public ProvideDesignerLoaderAttribute(
    AttributeScope scope,
    Object scopeData
)
public:
ProvideDesignerLoaderAttribute(
    AttributeScope scope, 
    Object^ scopeData
)
new : 
        scope:AttributeScope * 
        scopeData:Object -> ProvideDesignerLoaderAttribute
public function ProvideDesignerLoaderAttribute(
    scope : AttributeScope, 
    scopeData : Object
)

Parameters

  • scopeData
    Type: System.Object
    The value of the scope. Logic internal to the method treats this as a string.

Remarks

Provides a designer loader to a particular file extension. By using this constructor you limit the designer loader to work only with the given file extension.

.NET Framework Security

See Also

Reference

ProvideDesignerLoaderAttribute Class

ProvideDesignerLoaderAttribute Members

Microsoft.VisualStudio.Shell.Design.Serialization Namespace