PlaceholderItemTryGetState Method |
IT Hit User File System
Tries to get placeholder state.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public bool TryGetState(
out Nullable<PlaceholderState> state
)
Public Function TryGetState (
<OutAttribute> ByRef state As Nullable(Of PlaceholderState)
) As Boolean
public:
bool TryGetState(
[OutAttribute] Nullable<PlaceholderState>% state
)
member TryGetState :
state : Nullable<PlaceholderState> byref -> bool
Parameters
- state
- Type: SystemNullablePlaceholderState
Placeholder state flags.
Return Value
Type:
BooleanTrue if the method succeded, false - otherwise.
See Also