ResourceAttributes 열거형

정의

매니페스트 리소스에 대한 특성을 지정합니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

public enum class ResourceAttributes
[System.Flags]
public enum ResourceAttributes
[System.Flags]
[System.Serializable]
public enum ResourceAttributes
[System.Flags]
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ResourceAttributes
[<System.Flags>]
type ResourceAttributes = 
[<System.Flags>]
[<System.Serializable>]
type ResourceAttributes = 
[<System.Flags>]
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ResourceAttributes = 
Public Enum ResourceAttributes
상속
ResourceAttributes
특성

필드

Private 2

프라이빗 매니페스트 리소스를 검색하는 데 사용하는 마스크입니다.

Public 1

공용 매니페스트 리소스를 검색하는 데 사용하는 마스크입니다.

적용 대상