.NET Framework Class Library
Component.IsCompSuppressedInAssembly Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Component Class > Component Methods >

.NET Framework Class Library
Component.IsCompSuppressedInAssembly Method

The command returns True if the selected component is suppressed in the selected assembly. False otherwise.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function IsCompSuppressedInAssembly ( _

 assemblyPath As String, _
 configurationName As String, _
 componentName As String _
As Object

C#

public Object IsCompSuppressedInAssembly(

 string assemblyPath,
 string configurationName,
 string componentName
)

Visual C++

public:

ObjectIsCompSuppressedInAssembly(
 StringassemblyPath,
 StringconfigurationName,
 StringcomponentName
)

JavaScript

function isCompSuppressedInAssembly(assemblyPathconfigurationNamecomponentName);

Parameters

assemblyPath

Type: System.String
Path Of the assembly

configurationName

Type: System.String
Name Of the configuration containing the component

componentName

Type: System.String
Name Of the component (without extension)

Remarks

See Also

Component Class

Component Members

MwPDMApi Namespace