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
[GuidAttribute("2ACA2576-0738-466F-845F-16062ED8D1BC")]
public interface FolderProperties2 : FolderProperties
[GuidAttribute(L"2ACA2576-0738-466F-845F-16062ED8D1BC")]
public interface class FolderProperties2 : FolderProperties
[<GuidAttribute("2ACA2576-0738-466F-845F-16062ED8D1BC")>]
type FolderProperties2 =  
    interface
        interface FolderProperties
    end
public interface FolderProperties2 extends FolderProperties

The FolderProperties2 type exposes the following members.

Properties

  Name Description
Public property __id Infrastructure. Microsoft Internal Use Only.
Public property DefaultNamespace This member provides internal-only access to folder properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.
Public property Extender This member provides internal-only access to folder properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.
Public property ExtenderCATID This member provides internal-only access to folder properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.
Public property ExtenderNames This member provides internal-only access to folder properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.
Public property FileName This member provides internal-only access to folder properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.
Public property FullPath This member provides internal-only access to folder properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.
Public property LocalPath This member provides internal-only access to folder properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.
Public property URL This member provides internal-only access to folder properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.
Public property UrlBehavior This member provides internal-only access to folder properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.
Public property WebReference This member provides internal-only access to folder properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.
Public property WebReferenceInterface This member provides internal-only access to folder properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

Top

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

VSLangProj80 Namespace