ProjectItem.Properties Property

Gets a collection of all properties that pertain to the object.

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

Syntax

'Declaration
ReadOnly Property Properties As Properties
'Usage
Dim instance As ProjectItem 
Dim value As Properties 

value = instance.Properties
Properties Properties { get; }
property Properties^ Properties {
    Properties^ get ();
}
function get Properties () : Properties

Property Value

Type: EnvDTE.Properties
A Properties collection.

.NET Framework Security

See Also

Reference

ProjectItem Interface

ProjectItem Members

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples