Share via


ProvidePhysicalViewAttributesAttribute Constructor

Definition

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.

Applies to