SPSolutionLanguagePackCollection class
Representa uma coleção de pacotes de idiomas, associadas à solução.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPSolutionLanguagePack>
Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPSolutionLanguagePack>
Microsoft.SharePoint.Administration.SPSolutionLanguagePackCollection
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPSolutionLanguagePackCollection _
Inherits SPPersistedChildCollection(Of SPSolutionLanguagePack)
'Uso
Dim instance As SPSolutionLanguagePackCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPSolutionLanguagePackCollection : SPPersistedChildCollection<SPSolutionLanguagePack>
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.