VCCodeFunction::Access Property

 

Gets or sets the access attributes of this item.

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

property vsCMAccess Access {
	vsCMAccess get();
	void set(vsCMAccess value);
}

Property Value

Type: EnvDTE::vsCMAccess

A vsCMAccess value.

Access returns the actual access and how other code may access this code element.

System_CAPS_noteNote

This property is read-only for code elements from Visual Basic source code.

Return to top
Show: