FdoManagerTryDelete Method |
Namespace: FDF.Common.ProvidersAssembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntaxpublic static bool TryDelete(
FdoFeature feature,
FdoProvider provider = null,
ref FdfResultCollection results = null
)
Public Shared Function TryDelete (
feature As FdoFeature,
Optional provider As FdoProvider = Nothing,
Optional ByRef results As FdfResultCollection = Nothing
) As Boolean
public:
static bool TryDelete(
FdoFeature^ feature,
FdoProvider^ provider = nullptr,
FdfResultCollection^% results = nullptr
)
static member TryDelete :
feature : FdoFeature *
?provider : FdoProvider *
?results : FdfResultCollection byref
(* Defaults:
let _provider = defaultArg provider null
let _results = defaultArg results null
*)
-> bool
Parameters
- feature
- Type: FDF.Common.FeaturesFdoFeature
- provider (Optional)
- Type: FDF.Common.ProvidersFdoProvider
- results (Optional)
- Type: FDF.Common.RuntimeFdfResultCollection
Return Value
Type:
Boolean
See Also