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

声明
ReadOnly Property CreateAutoBrowseObject As Boolean
    Get
bool CreateAutoBrowseObject { get; }
property bool CreateAutoBrowseObject {
    bool get ();
}
abstract CreateAutoBrowseObject : bool
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