SupportsStandaloneFilesAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示 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 支持独立 (不是项目) 文件的一部分。 |