CustomActionEntityStore.Delete(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void Delete(Platform::String ^ kind) = Delete;
/// [Windows.Foundation.Metadata.Experimental]
void Delete(winrt::hstring const& kind);
[Windows.Foundation.Metadata.Experimental]
public void Delete(string kind);
function delete(kind)
Public Sub Delete (kind As String)
Parameters
- kind
-
String
Platform::String
winrt::hstring
- Attributes