_LIBCAT_MEMBERACCESS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the MemberAccess mode of a library item.
public enum class _LIBCAT_MEMBERACCESS
public enum class _LIBCAT_MEMBERACCESS
enum _LIBCAT_MEMBERACCESS
public enum _LIBCAT_MEMBERACCESS
type _LIBCAT_MEMBERACCESS =
Public Enum _LIBCAT_MEMBERACCESS
- Inheritance
-
_LIBCAT_MEMBERACCESS
Fields
LCMA_FRIEND | 16 | Member access is Friend. |
LCMA_PACKAGE | 8 | Member access is Package. |
LCMA_PRIVATE | 2 | Member access is Private. |
LCMA_PROTECTED | 4 | Member access is Protected. |
LCMA_PUBLIC | 1 | Member access is Public. |
LCMA_SEALED | 32 | Member access is Sealed. |
Remarks
COM Signature
From vsshell.idl:
The environment calls GetCategoryField to retrieve the value assigned to a category of an object in an object list. Assign an appropriate value from this enumeration if the category requested is LC_MEMBERACCESS.