SupportsStandaloneFilesAttribute Class

Definition

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.

Applies to