Share via


ElementGroupPrototype.TopLevelProtoGroup Property

Prototype for the group this ElementGroupPrototype represents

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntax

'Declaration
Public ReadOnly Property TopLevelProtoGroup As ProtoGroup
public ProtoGroup TopLevelProtoGroup { get; }
public:
property ProtoGroup^ TopLevelProtoGroup {
    ProtoGroup^ get ();
}
member TopLevelProtoGroup : ProtoGroup with get
function get TopLevelProtoGroup () : ProtoGroup

Property Value

Type: Microsoft.VisualStudio.Modeling.ProtoGroup

.NET Framework Security

See Also

Reference

ElementGroupPrototype Class

Microsoft.VisualStudio.Modeling Namespace