CachedDataHostItem Class

 

Contains all of the cached data objects that are declared in a single class in a document-level customization that was created by using the Office development tools in Visual Studio.

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

System::Object
  Microsoft.VisualStudio.Tools.Applications::CachedDataNodeBase
    Microsoft.VisualStudio.Tools.Applications::CachedDataHostItem

[PermissionSetAttribute(SecurityAction::Demand, Name = "FullTrust")]
public ref class CachedDataHostItem sealed : CachedDataNodeBase

NameDescription
System_CAPS_pubpropertyCachedData

Gets the collection of cached data objects that are declared in a single class in an Office solution.

System_CAPS_pubpropertyId

Gets or sets the namespace and class in which the cached data objects in the CachedDataHostItem are declared.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

For more information about caching data in document-level customizations, see Caching Data and Accessing Data in Documents on the Server.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: