SupportsStandaloneFilesAttribute 类

定义

指示 IPeekableItemSourceProvider 支持独立的 (不是项目) 文件的一部分。 默认值为 false,因此此属性的由于没有 IPeekableItemSourceProvider 表示它不支持独立文件。

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
继承
SupportsStandaloneFilesAttribute
属性

构造函数

SupportsStandaloneFilesAttribute(Boolean)

创建类的新实例 SupportsStandaloneFilesAttribute

属性

SupportsStandaloneFiles

获取是否 IPeekableItemSourceProvider 支持独立 (不是项目) 文件的一部分。

适用于