次の方法で共有


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 _
)
public ProvideDesignerLoaderAttribute(
    AttributeScope scope,
    Object scopeData
)

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

Microsoft.VisualStudio.Shell.Design.Serialization Namespace