SupportsStandaloneFilesAttribute(Boolean) 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 new insatnce of the SupportsStandaloneFilesAttribute class.
public:
SupportsStandaloneFilesAttribute(bool supportsStandaloneFiles);
public:
SupportsStandaloneFilesAttribute(bool supportsStandaloneFiles);
SupportsStandaloneFilesAttribute(bool supportsStandaloneFiles);
public SupportsStandaloneFilesAttribute (bool supportsStandaloneFiles);
new Microsoft.VisualStudio.Language.Intellisense.SupportsStandaloneFilesAttribute : bool -> Microsoft.VisualStudio.Language.Intellisense.SupportsStandaloneFilesAttribute
Public Sub New (supportsStandaloneFiles As Boolean)
Parameters
- supportsStandaloneFiles
- Boolean
Sets whether an IPeekableItemSourceProvider supports standalone (not part of a project) files.