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.
Gets the CodeModel object for the code folder.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property CodeModel As CodeModel
'Usage
Dim instance As CodeFolder
Dim value As CodeModel
value = instance.CodeModel
CodeModel CodeModel { get; }
property CodeModel^ CodeModel {
CodeModel^ get ();
}
function get CodeModel () : CodeModel
Property Value
Type: EnvDTE.CodeModel
A CodeModel object.
.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.