FolderProperties Interface

Definition

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

public interface class FolderProperties
public interface class FolderProperties
__interface FolderProperties
[System.Runtime.InteropServices.Guid("8E4AA768-51E1-11D3-85CF-00C04F6123B3")]
[System.Runtime.InteropServices.TypeLibType(4176)]
public interface FolderProperties
[<System.Runtime.InteropServices.Guid("8E4AA768-51E1-11D3-85CF-00C04F6123B3")>]
[<System.Runtime.InteropServices.TypeLibType(4176)>]
type FolderProperties = interface
Public Interface FolderProperties
Derived
Attributes

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

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

DefaultNamespace

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

Extender[String]

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

ExtenderCATID

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

ExtenderNames

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

FileName

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

FullPath

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

LocalPath

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

URL

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

UrlBehavior

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

WebReference

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

Applies to