LIBFLAGS 열거형
참고: 이 열거형은 이제 사용되지 않습니다.
대신 LIBFLAGS를 사용합니다.
이 열거형에는 멤버 값를 비트로 조합할 수 있는 FlagsAttribute 특성이 있습니다.
네임스페이스: System.Runtime.InteropServices
어셈블리: mscorlib(mscorlib.dll)
구문
‘선언
<SerializableAttribute> _
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.LIBFLAGS instead. https://go.microsoft.com/fwlink/?linkid=14202", False)> _
<FlagsAttribute> _
Public Enumeration LIBFLAGS As Short
‘사용 방법
Dim instance As LIBFLAGS
[SerializableAttribute]
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.LIBFLAGS instead. https://go.microsoft.com/fwlink/?linkid=14202", false)]
[FlagsAttribute]
public enum LIBFLAGS : short
[SerializableAttribute]
[ObsoleteAttribute(L"Use System.Runtime.InteropServices.ComTypes.LIBFLAGS instead. https://go.microsoft.com/fwlink/?linkid=14202", false)]
[FlagsAttribute]
public enum class LIBFLAGS : short
/** @attribute SerializableAttribute() */
/** @attribute ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.LIBFLAGS instead. https://go.microsoft.com/fwlink/?linkid=14202", false) */
/** @attribute FlagsAttribute() */
public enum LIBFLAGS
SerializableAttribute
ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.LIBFLAGS instead. https://go.microsoft.com/fwlink/?linkid=14202", false)
FlagsAttribute
public enum LIBFLAGS
멤버
멤버 이름 | 설명 | |
---|---|---|
LIBFLAG_FCONTROL | 형식 라이브러리는 컨트롤을 설명하고, 보이지 않는 개체를 목적으로 하는 형식 브라우저에 표시되어서는 안 됩니다. | |
LIBFLAG_FHASDISKIMAGE | 형식 라이브러리는 디스크에서 지속된 형식으로 존재합니다. | |
LIBFLAG_FHIDDEN | 형식 라이브러리는 용도가 제한되어 있지 않지만 사용자에게 표시되어서는 안 됩니다. 컨트롤에 의해 사용되어야 합니다. 호스트는 확장된 속성을 사용하여 컨트롤을 래핑하는 새 형식 라이브러리를 만들어야 합니다. | |
LIBFLAG_FRESTRICTED | 형식 라이브러리는 제한되어 있으며, 사용자에게 표시되어서는 안 됩니다. |
설명
LIBFLAGS 열거형에 대한 자세한 내용은 MSDN Library를 참조하십시오.
플랫폼
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
1.0, 1.1에서 지원
2.0에서 사용되지 않음(컴파일러 경고)