.NET Framework Class Library
Component.IsCompSuppressedInAssembly Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Component Class > Component Methods > .NET Framework Class Library |
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, _ |
C# |
|---|
public Object IsCompSuppressedInAssembly( string assemblyPath, |
Visual C++ |
|---|
public: Object^ IsCompSuppressedInAssembly( |
JavaScript |
|---|
function isCompSuppressedInAssembly(assemblyPath, configurationName, componentName); |
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