Share via


DefaultProperty Property

Gets or sets the name of the default property in the collection.

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 Property DefaultProperty As PropertyItem
    Get
    Set
'Usage
Dim instance As PropertyGroup
Dim value As PropertyItem

value = instance.DefaultProperty

instance.DefaultProperty = value
[ComVisibleAttribute(false)]
public PropertyItem DefaultProperty { get; set; }
[ComVisibleAttribute(false)]
public:
property PropertyItem^ DefaultProperty {
    PropertyItem^ get ();
    void set (PropertyItem^ value);
}
[<ComVisibleAttribute(false)>]
member DefaultProperty : PropertyItem with get, set
function get DefaultProperty () : PropertyItem
function set DefaultProperty (value : PropertyItem)

Property Value

Type: Microsoft.VisualStudio.Data.Tools.Package.Internal..::..PropertyItem

See Also

Reference

PropertyGroup Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace