ProvidePhysicalViewAttributesAttribute Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ProvidePhysicalViewAttributesAttribute class.
public:
ProvidePhysicalViewAttributesAttribute(System::String ^ physicalView, Microsoft::VisualStudio::Shell::Interop::__VSPHYSICALVIEWATTRIBUTES attributes);
public:
ProvidePhysicalViewAttributesAttribute(Platform::String ^ physicalView, Microsoft::VisualStudio::Shell::Interop::__VSPHYSICALVIEWATTRIBUTES attributes);
ProvidePhysicalViewAttributesAttribute(std::wstring const & physicalView, Microsoft::VisualStudio::Shell::Interop::__VSPHYSICALVIEWATTRIBUTES attributes);
public ProvidePhysicalViewAttributesAttribute (string physicalView, Microsoft.VisualStudio.Shell.Interop.__VSPHYSICALVIEWATTRIBUTES attributes);
new Microsoft.VisualStudio.Shell.ProvidePhysicalViewAttributesAttribute : string * Microsoft.VisualStudio.Shell.Interop.__VSPHYSICALVIEWATTRIBUTES -> Microsoft.VisualStudio.Shell.ProvidePhysicalViewAttributesAttribute
Public Sub New (physicalView As String, attributes As __VSPHYSICALVIEWATTRIBUTES)
Parameters
- physicalView
- String
Name of the physical view.
- attributes
- __VSPHYSICALVIEWATTRIBUTES
Attributes for the physical view.