ClassViewNavigationInfo.IsDataPresent Method (IDataObject)

Verifies whether an element contains a project name, reference name, full name, and node type.

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

Syntax

'Declaration
Public Shared Function IsDataPresent ( _
    data As IDataObject _
) As Boolean
'Usage
Dim data As IDataObject 
Dim returnValue As Boolean 

returnValue = ClassViewNavigationInfo.IsDataPresent(data)
public static bool IsDataPresent(
    IDataObject data
)
public:
static bool IsDataPresent(
    IDataObject^ data
)
public static function IsDataPresent(
    data : IDataObject
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the element contains data; otherwise, false.

.NET Framework Security

See Also

Reference

ClassViewNavigationInfo Class

ClassViewNavigationInfo Members

IsDataPresent Overload

Microsoft.VisualStudio.Modeling.Shell Namespace