get_IsOpen Method
Gets a value indicating whether the project item is open in a particular view type.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Overrides Function get_IsOpen ( _
viewKind As String _
) As Boolean
'Usage
Dim instance As OAFileItem
Dim viewKind As String
Dim returnValue As Boolean
returnValue = instance.get_IsOpen(viewKind)
public override bool get_IsOpen(
string viewKind
)
public:
virtual bool get_IsOpen(
String^ viewKind
) override
abstract get_IsOpen :
viewKind:string -> bool
override get_IsOpen :
viewKind:string -> bool
public override function get_IsOpen(
viewKind : String
) : boolean
Parameters
- viewKind
Type: System..::..String
A Constants.vsViewKind* indicating the type of view to check.
Return Value
Type: System..::..Boolean
A Boolean value indicating true if the project is open in the given view type; false if not.
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace