ProjectItem.Properties Property

Definition

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

public:
 property EnvDTE::Properties ^ Properties { EnvDTE::Properties ^ get(); };
[System.Runtime.InteropServices.DispId(56)]
public EnvDTE.Properties Properties { [System.Runtime.InteropServices.DispId(56)] get; }
[<System.Runtime.InteropServices.DispId(56)>]
[<get: System.Runtime.InteropServices.DispId(56)>]
member this.Properties : EnvDTE.Properties
Public ReadOnly Property Properties As Properties

Property Value

A Properties collection.

Attributes

Applies to