Properties Property
Gets the collection of properties contained within this PropertyGroup.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public ReadOnly Property Properties As IList(Of PropertyItem)
Get
'Usage
Dim instance As PropertyGroup
Dim value As IList(Of PropertyItem)
value = instance.Properties
[ComVisibleAttribute(false)]
public IList<PropertyItem> Properties { get; }
[ComVisibleAttribute(false)]
public:
property IList<PropertyItem^>^ Properties {
IList<PropertyItem^>^ get ();
}
[<ComVisibleAttribute(false)>]
member Properties : IList<PropertyItem>
function get Properties () : IList<PropertyItem>
Property Value
Type: System.Collections.Generic..::..IList< (Of < ( <'PropertyItem> ) > ) >
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace