ProvidePhysicalViewAttributesAttribute Constructor (String^, __VSPHYSICALVIEWATTRIBUTES)

 

Initializes a new instance of the ProvidePhysicalViewAttributesAttribute class.

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

public:
ProvidePhysicalViewAttributesAttribute(
	String^ physicalView,
	__VSPHYSICALVIEWATTRIBUTES attributes
)

Parameters

physicalView
Type: System::String^

Name of the physical view.

attributes
Type: Microsoft.VisualStudio.Shell.Interop::__VSPHYSICALVIEWATTRIBUTES

Attributes for the physical view.

Return to top
Show: