ProvideViewAttribute(LogicalView, String) 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.
Creates a new attribute.
public:
ProvideViewAttribute(Microsoft::VisualStudio::Shell::LogicalView logicalView, System::String ^ physicalView);
public:
ProvideViewAttribute(Microsoft::VisualStudio::Shell::LogicalView logicalView, Platform::String ^ physicalView);
ProvideViewAttribute(Microsoft::VisualStudio::Shell::LogicalView logicalView, std::wstring const & physicalView);
public ProvideViewAttribute (Microsoft.VisualStudio.Shell.LogicalView logicalView, string physicalView);
new Microsoft.VisualStudio.Shell.ProvideViewAttribute : Microsoft.VisualStudio.Shell.LogicalView * string -> Microsoft.VisualStudio.Shell.ProvideViewAttribute
Public Sub New (logicalView As LogicalView, physicalView As String)
Parameters
- logicalView
- LogicalView
An enumeration of the kinds of logical views available.
- physicalView
- String
The GUID of the physical view. This can be null
to indicate the default physical view.
Remarks
See LogicalView for the possible values of this enumeration.