Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the MemberAccess mode of a library item.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration _LIBCAT_MEMBERACCESS
public enum _LIBCAT_MEMBERACCESS
public enum class _LIBCAT_MEMBERACCESS
type _LIBCAT_MEMBERACCESS
public enum _LIBCAT_MEMBERACCESS
Members
Member name | Description | |
---|---|---|
LCMA_PUBLIC | Member access is Public. | |
LCMA_PRIVATE | Member access is Private. | |
LCMA_PROTECTED | Member access is Protected. | |
LCMA_PACKAGE | Member access is Package. | |
LCMA_FRIEND | Member access is Friend. | |
LCMA_SEALED | 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.