次の方法で共有


ProvideViewAttribute Constructor

Creates a new attribute.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'宣言
Public Sub New ( _
    logicalView As LogicalView, _
    physicalView As String _
)
public ProvideViewAttribute(
    LogicalView logicalView,
    string physicalView
)

Parameters

  • physicalView
    Type: System.String
    The GUID of the physical view. This can be nulla null reference (Nothing in Visual Basic) to indicate the default physical view.

Remarks

See LogicalView for the possible values of this enumeration.

.NET Framework Security

See Also

Reference

ProvideViewAttribute Class

Microsoft.VisualStudio.Shell Namespace