Share via


IVsDataViewCommonNodeInfo.CreateAutoBrowseObject Property

Gets a value indicating whether an AutoBrowseObject should be created.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property CreateAutoBrowseObject As Boolean
bool CreateAutoBrowseObject { get; }
property bool CreateAutoBrowseObject {
    bool get ();
}
abstract CreateAutoBrowseObject : bool with get
function get CreateAutoBrowseObject () : boolean

Property Value

Type: System.Boolean
true if the AutoBrowseObject should be created; otherwise, false.

Remarks

The AutoBrowseObject is a special browse object that is created from information in the data view support XML. The setting for whether this object should be created is also stored in the data view support XML file. For more information, see CreateBrowseObject.

.NET Framework Security

See Also

Reference

IVsDataViewCommonNodeInfo Interface

Microsoft.VisualStudio.Data.Services Namespace