SupportsStandaloneFilesAttribute Class
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.
Indicates that an IPeekableItemSourceProvider supports standalone (not part of a project) files. The default value is false so the absense of this attribute on an IPeekableItemSourceProvider means it doesn't support standalone files.
public ref class SupportsStandaloneFilesAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class SupportsStandaloneFilesAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type SupportsStandaloneFilesAttribute = class
inherit Attribute
Public NotInheritable Class SupportsStandaloneFilesAttribute
Inherits Attribute
- Inheritance
-
SupportsStandaloneFilesAttribute
- Attributes
Constructors
SupportsStandaloneFilesAttribute(Boolean) |
Creates new insatnce of the SupportsStandaloneFilesAttribute class. |
Properties
SupportsStandaloneFiles |
Gets whether an IPeekableItemSourceProvider supports standalone (not part of a project) files. |