IAppInfoDocument Interface

Definition

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)

Applies to