Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies the ClassAccess mode of a library item.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Déclaration
Public Enumeration _LIBCAT_CLASSACCESS
'Utilisation
Dim instance As _LIBCAT_CLASSACCESS
public enum _LIBCAT_CLASSACCESS
public enum class _LIBCAT_CLASSACCESS
public enum _LIBCAT_CLASSACCESS
Members
| Member name | Description | |
|---|---|---|
| LCCA_PUBLIC | Library item is Public. | |
| LCCA_PRIVATE | Library item is Private. | |
| LCCA_PROTECTED | Library item is Protected. | |
| LCCA_PACKAGE | Library item is a Package. | |
| LCCA_FRIEND | Library item is a Friend. | |
| LCCA_SEALED | Library item 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 the value LC_CLASSACCESS.