OASolutionFolder.Hidden Property
Gets or sets whether or not the folder is hidden.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overridable Property Hidden As Boolean
Get
Set
'Usage
Dim instance As OASolutionFolder
Dim value As Boolean
value = instance.Hidden
instance.Hidden = value
public virtual bool Hidden { get; set; }
public:
virtual property bool Hidden {
bool get ();
void set (bool value);
}
function get Hidden () : boolean
function set Hidden (value : boolean)
abstract Hidden : bool with get, set
override Hidden : bool with get, set
Property Value
Type: System.Boolean
Returns TRUE if the folder is hidden; otherwise, FALSE.
Implements
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace