IAppInfoDocument Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

public interface class IAppInfoDocument : IAppInfo

NameDescription
System_CAPS_pubpropertyHasCustomization

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubpropertySupportsCachedDataManifest

This API supports the product infrastructure and is not intended to be used directly from your code.

NameDescription
System_CAPS_pubmethodClose()

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethodDeleteItem(String^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. (Inherited from IAppInfo.)

System_CAPS_pubmethodGetDocument()

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethodReadItem(String^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. (Inherited from IAppInfo.)

System_CAPS_pubmethodRemoveCustomization()

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethodSetDocument(String^, array<Byte>^, FileAccess)

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethodWriteItem(String^, String^, array<Byte>^)

This API supports the product infrastructure and is not intended to be used directly from your code. (Inherited from IAppInfo.)

Return to top
Show: