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 | |
---|---|---|
__id | Infrastructure. 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 | 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. |
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.