ResourceExposureAttribute(ResourceScope) 构造函数

定义

使用指定的公开级别初始化 ResourceExposureAttribute 类的新实例。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 ResourceExposureAttribute(System::Runtime::Versioning::ResourceScope exposureLevel);
public ResourceExposureAttribute (System.Runtime.Versioning.ResourceScope exposureLevel);
new System.Runtime.Versioning.ResourceExposureAttribute : System.Runtime.Versioning.ResourceScope -> System.Runtime.Versioning.ResourceExposureAttribute
Public Sub New (exposureLevel As ResourceScope)

参数

exposureLevel
ResourceScope

资源的范围。

适用于