FolderProperties2 Interface

Definition

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

public interface class FolderProperties2 : VSLangProj::FolderProperties
public interface class FolderProperties2 : VSLangProj::FolderProperties
__interface FolderProperties2 : VSLangProj::FolderProperties
[System.Runtime.InteropServices.Guid("2ACA2576-0738-466F-845F-16062ED8D1BC")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface FolderProperties2 : VSLangProj.FolderProperties
[<System.Runtime.InteropServices.Guid("2ACA2576-0738-466F-845F-16062ED8D1BC")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type FolderProperties2 = interface
    interface FolderProperties
Public Interface FolderProperties2
Implements FolderProperties
Attributes
Implements

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.

Properties

__id

Microsoft Internal Use Only.

DefaultNamespace

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

Extender[String]

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

ExtenderCATID

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

ExtenderNames

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

FileName

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

FullPath

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

LocalPath

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

URL

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

UrlBehavior

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

WebReference

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

WebReferenceInterface

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

Applies to