IAppxManifestDocument Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | AddCapability(String^) | Adds the specified capability to the manifest if it is not already present. |
![]() | GetFileOpenPickerExtension(String^, String^, String^, String^, IAppxFileOpenPickerExtension^) | Gets the File Open Picker extension. |
![]() | GetSearchExtension(String^, String^, String^, String^) | Gets the Search extension. |
![]() | GetShareExtension(String^, String^, String^, String^, IAppxShareExtension^) | Gets the Share extension. |
![]() | HasCapability(String^) | Detects if the specified capability is currently declared in the manifest. |
![]() | MapCapabilitySid(String^, String^, String^) | Produces a capability identifier and a localized name from the specified capability security identifier (SID), such as "S-1-15-3-1" or "S-1-15-3-BFA794E4-F964-4FDB-90F6-51056BFE4B44". |
![]() | RemoveCapability(String^) | Removes the specified capability from the manifest if it is currently present. |
![]() | RemoveFileOpenPickerExtension() | Removes the File Open Picker extension. |
![]() | RemoveSearchExtension() | Removes the Search extension. |
![]() | RemoveShareExtension() | Removes the share extension. |
![]() | SetFileOpenPickerExtension(String^, String^, String^, String^) | Sets the File Open Picker extension. |
![]() | SetSearchExtension(String^, String^, String^, String^) | Sets the Search extension. |
![]() | SetShareExtension(String^, String^, String^, String^) | Sets the Share extension. |
Show:
