ProvidePhysicalViewAttributesAttribute Constructor (String^, __VSPHYSICALVIEWATTRIBUTES)
Visual Studio 2015
Initializes a new instance of the ProvidePhysicalViewAttributesAttribute class.
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.
Show: