Barcode.OnCustomDataChange método
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.RecordsManagement.PolicyFeatures
Assembly: Microsoft.Office.Policy (em Microsoft.Office.Policy.dll)
Sintaxe
'Declaração
Public Sub OnCustomDataChange ( _
policyItem As PolicyItem, _
ct As SPContentType _
)
'Uso
Dim instance As Barcode
Dim policyItem As PolicyItem
Dim ct As SPContentType
instance.OnCustomDataChange(policyItem, _
ct)
public void OnCustomDataChange(
PolicyItem policyItem,
SPContentType ct
)
Parâmetros
policyItem
Tipo: Microsoft.Office.RecordsManagement.InformationPolicy.PolicyItem..
ct
Tipo: Microsoft.SharePoint.SPContentType..
Implementos
IPolicyFeature.OnCustomDataChange(PolicyItem, SPContentType)