StatusingSecurityDescriptors.GetLocalCustomFieldNames-Methode
Für die interne Verwendung reserviert.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Function GetLocalCustomFieldNames ( _
projGuid As Guid _
) As Dictionary(Of Guid, String)
'Usage
Dim instance As StatusingSecurityDescriptors
Dim projGuid As Guid
Dim returnValue As Dictionary(Of Guid, String)
returnValue = instance.GetLocalCustomFieldNames(projGuid)
public Dictionary<Guid, string> GetLocalCustomFieldNames(
Guid projGuid
)
Parameter
- projGuid
Typ: System.Guid
Rückgabewert
Typ: System.Collections.Generic.Dictionary<Guid, String>
Siehe auch
Referenz
StatusingSecurityDescriptors Klasse