CodeFunction2::Access Property

 

Sets or gets the access attributes of this item.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.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.

Also, the values of code model elements such as classes, structs, functions, attributes, delegates, and so forth can be non-deterministic after making certain kinds of edits, meaning that their values cannot be relied upon to always remain the same

Return to top
Show: