VCActiveXReference.GenerationErrorMessage Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
ReadOnly Property GenerationErrorMessage As String
'Usage
Dim instance As VCActiveXReference 
Dim value As String 

value = instance.GenerationErrorMessage
string GenerationErrorMessage { get; }
property String^ GenerationErrorMessage {
    String^ get ();
}
function get GenerationErrorMessage () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VCActiveXReference Interface

VCActiveXReference Members

Microsoft.VisualStudio.VCProjectEngine Namespace