AppManUtilities.CheckAndRetrieveAppVMapping Method

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation
Assembly: AdminUI.AppManFoundation (in AdminUI.AppManFoundation.dll)

Usage

'Usage
Dim importer As ContentImporter
Dim connObj As Object
Dim appVOSMappingSet As Dictionary(Of String, CustomCollection(Of RuleExpression))
Dim returnValue As Boolean

returnValue = AppManUtilities.CheckAndRetrieveAppVMapping(importer, connObj, appVOSMappingSet)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1045:DoNotPassTypesByReference", MessageId:="2#")> _
Public Shared Function CheckAndRetrieveAppVMapping ( _
    importer As ContentImporter, _
    connObj As Object, _
    ByRef appVOSMappingSet As Dictionary(Of String, CustomCollection(Of RuleExpression)) _
) As Boolean
[SuppressMessageAttribute("Microsoft.Design", "CA1045:DoNotPassTypesByReference", MessageId="2#")] 
public static bool CheckAndRetrieveAppVMapping (
    ContentImporter importer,
    Object connObj,
    ref Dictionary<string,CustomCollection<RuleExpression>> appVOSMappingSet
)
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1045:DoNotPassTypesByReference", MessageId=L"2#")] 
public:
static bool CheckAndRetrieveAppVMapping (
    ContentImporter^ importer, 
    Object^ connObj, 
    Dictionary<String^, CustomCollection<RuleExpression^>^>^% appVOSMappingSet
)
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1045:DoNotPassTypesByReference", MessageId="2#") */ 
public static boolean CheckAndRetrieveAppVMapping (
    ContentImporter importer, 
    Object connObj, 
    /** @ref */ Dictionary<String,CustomCollection<RuleExpression>> appVOSMappingSet
)

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.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

AppManUtilities Class
AppManUtilities Members
Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation Namespace