Share via


FolderProperties2 Interface

This interface provides internal-only access to folder properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

Namespace:  VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

Syntax

'Declaration
<GuidAttribute("2ACA2576-0738-466F-845F-16062ED8D1BC")> _
Public Interface FolderProperties2 _
    Inherits FolderProperties
'Usage
Dim instance As FolderProperties2
[GuidAttribute("2ACA2576-0738-466F-845F-16062ED8D1BC")]
public interface FolderProperties2 : FolderProperties
[GuidAttribute(L"2ACA2576-0738-466F-845F-16062ED8D1BC")]
public interface class FolderProperties2 : FolderProperties
public interface FolderProperties2 extends FolderProperties

Remarks

External components can access these properties through the Properties collection for the appropriate Visual Studio automation object. (That is, ProjectItem for project files and folders, Project for projects, and Configuration for configurations). The property names for the members of this type can be used as an indexer into the Properties collection. For more information about accessing project properties through automation, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

See Also

Reference

FolderProperties2 Members

VSLangProj80 Namespace