ProvidePhysicalViewAttributesAttribute Constructor

Initializes a new instance of the ProvidePhysicalViewAttributesAttribute class.

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

Syntax

'Declaration
Public Sub New ( _
    physicalView As String, _
    attributes As __VSPHYSICALVIEWATTRIBUTES _
)
public ProvidePhysicalViewAttributesAttribute(
    string physicalView,
    __VSPHYSICALVIEWATTRIBUTES attributes
)
public:
ProvidePhysicalViewAttributesAttribute(
    String^ physicalView, 
    __VSPHYSICALVIEWATTRIBUTES attributes
)
new : 
        physicalView:string * 
        attributes:__VSPHYSICALVIEWATTRIBUTES -> ProvidePhysicalViewAttributesAttribute
public function ProvidePhysicalViewAttributesAttribute(
    physicalView : String, 
    attributes : __VSPHYSICALVIEWATTRIBUTES
)

Parameters

.NET Framework Security

See Also

Reference

ProvidePhysicalViewAttributesAttribute Class

Microsoft.VisualStudio.Shell Namespace