IAppInfoDocument Interface
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 interface class IAppInfoDocument : Microsoft::VisualStudio::Tools::Applications::Runtime::IAppInfo
public interface IAppInfoDocument : Microsoft.VisualStudio.Tools.Applications.Runtime.IAppInfo
type IAppInfoDocument = interface
interface IAppInfo
Public Interface IAppInfoDocument
Implements IAppInfo
- Implements
Properties
HasCustomization | |
SupportsCachedDataManifest |
Methods
Close() | |
DeleteItem(String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. (Inherited from IAppInfo) |
GetDocument() | |
ReadItem(String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. (Inherited from IAppInfo) |
RemoveCustomization() | |
SetDocument(String, Byte[], FileAccess) | |
WriteItem(String, String, Byte[]) |
This API supports the product infrastructure and is not intended to be used directly from your code. (Inherited from IAppInfo) |