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.
Defines the access attributes of this item.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
Property Access As vsCMAccess
'Usage
Dim instance As VCCodeTypedef
Dim value As vsCMAccess
value = instance.Access
instance.Access = value
vsCMAccess Access { get; set; }
property vsCMAccess Access {
vsCMAccess get ();
void set (vsCMAccess value);
}
function get Access () : vsCMAccess
function set Access (value : vsCMAccess)
Property Value
Type: EnvDTE.vsCMAccess
A vsCMAccess value.
Remarks
Access returns the actual access and how other code may access this code element.
Note
Access is read-only for code elements from Visual Basic source code.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.